Spaces:
Sleeping
Sleeping
Commit
·
12831aa
1
Parent(s):
f5d983e
Update templates/ajustes.html
Browse files- templates/ajustes.html +10 -5
templates/ajustes.html
CHANGED
@@ -16,16 +16,19 @@
|
|
16 |
background-color: blueviolet;
|
17 |
font-size: 3.5rem;
|
18 |
padding: 20px 0;
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
.login2 {
|
21 |
text-align: center;
|
22 |
padding: 20px;
|
23 |
}
|
24 |
.container {
|
25 |
-
display:
|
26 |
-
|
27 |
-
grid-template-rows: 1fr;
|
28 |
-
grid-gap: 10px;
|
29 |
align-items: center;
|
30 |
}
|
31 |
.element {
|
@@ -33,13 +36,15 @@
|
|
33 |
max-height: 100%;
|
34 |
}
|
35 |
img {
|
36 |
-
max-width:
|
37 |
height: auto;
|
|
|
38 |
}
|
39 |
.text {
|
40 |
font-size: 36px; /* Tamaño de letra deseado */
|
41 |
align-items: center;
|
42 |
text-align: center;
|
|
|
43 |
}
|
44 |
.text2 {
|
45 |
font-size: 24px; /* Tamaño de letra deseado */
|
|
|
16 |
background-color: blueviolet;
|
17 |
font-size: 3.5rem;
|
18 |
padding: 20px 0;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
height: 100vh;
|
23 |
+
margin: 0;
|
24 |
}
|
25 |
.login2 {
|
26 |
text-align: center;
|
27 |
padding: 20px;
|
28 |
}
|
29 |
.container {
|
30 |
+
display: flex;
|
31 |
+
flex-direction: column;
|
|
|
|
|
32 |
align-items: center;
|
33 |
}
|
34 |
.element {
|
|
|
36 |
max-height: 100%;
|
37 |
}
|
38 |
img {
|
39 |
+
max-width: 50%;
|
40 |
height: auto;
|
41 |
+
cursor: pointer;
|
42 |
}
|
43 |
.text {
|
44 |
font-size: 36px; /* Tamaño de letra deseado */
|
45 |
align-items: center;
|
46 |
text-align: center;
|
47 |
+
margin-top: 10px; /* Espaciado superior para separar la imagen del texto */
|
48 |
}
|
49 |
.text2 {
|
50 |
font-size: 24px; /* Tamaño de letra deseado */
|