We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f472aa commit a1af32eCopy full SHA for a1af32e
temas.css
@@ -1417,6 +1417,7 @@ footer {
1417
display: flex;
1418
overflow-y: auto; /* Agrega una barra de desplazamiento vertical */
1419
max-height: 200px;
1420
+ box-shadow: 0 2px 5px rgb(37,44,247);
1421
width: 100%;
1422
flex-wrap: wrap; /* Muestra los cajetines en varias filas */
1423
gap: 10px; /* Espacio entre los cajetines */
@@ -1425,7 +1426,7 @@ footer {
1425
1426
1427
align-items: center;
1428
border-radius: 10px;
- box-shadow: 0 2px 5px rgba(0,0,0,0.1);
1429
+ box-shadow: 0 2px 5px rgb(51,177,215);
1430
margin: 20px;
1431
padding: 20px;
1432
width: 90%;
0 commit comments