Skip to content

Commit

Permalink
corregidos errores sonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
fer4github committed Apr 11, 2024
1 parent fad1354 commit 316c402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/Estilos/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
font-weight: 400;
/* Añadimos padding para dar más espacio alrededor del texto del botón */
padding: 1em 4em;
font-family:'Trebuchet MS, sans-serif;';
font-family:'Trebuchet MS, sans-serif';
}

2 changes: 1 addition & 1 deletion webapp/src/components/Estilos/juego.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@

body h2 {
color: white;
font-family: 'Verdana, sans-serif;';
font-family: 'Verdana, sans-serif';
text-align: center; /* Centra el texto */
}

0 comments on commit 316c402

Please sign in to comment.