modified styles

This commit is contained in:
2025-11-27 19:12:48 -06:00
parent 6e6fd4b155
commit 896515eebd
4 changed files with 28 additions and 35 deletions
@@ -2,16 +2,20 @@
color: #fff;
background-color: #003e79;
border-radius: 4px;
margin-bottom: 15px;
padding: 15px;
font-size: 16px;
}
.contenedor-pregunta{
display: flex;
flex-direction: column;
gap: 10px;
}
.pregunta-cuadro {
background-color: #fff;
border-left: 6px solid #003e79;
border-radius: 8px;
margin-bottom: 25px;
padding: 15px;
font-size: 16px;
}