Skip to content

Commit

Permalink
corregidos errores sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
fer4github committed Apr 11, 2024
1 parent efe8dc8 commit fad1354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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';
font-family:'Trebuchet MS, sans-serif;';
}

3 changes: 1 addition & 2 deletions webapp/src/components/Estilos/juego.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
background-color: #613FBB; /* Color de fondo */
margin-bottom: 10px;
margin-left:-48px;
background-color: white;
width: 500px;
}

Expand All @@ -68,6 +67,6 @@

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

0 comments on commit fad1354

Please sign in to comment.