Spaces:
Sleeping
Sleeping
Commit
·
4c67d8a
1
Parent(s):
a7151c7
Update templates/protocolo.html
Browse files- templates/protocolo.html +8 -2
templates/protocolo.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
}
|
24 |
.container {
|
25 |
display: grid;
|
26 |
-
grid-template-columns:
|
27 |
grid-template-rows: 1fr;
|
28 |
grid-gap: 10px;
|
29 |
align-items: center;
|
@@ -32,9 +32,15 @@
|
|
32 |
text-align: center;
|
33 |
max-height: 100%;
|
34 |
}
|
35 |
-
|
36 |
max-width: 15%;
|
37 |
height: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
.text {
|
40 |
font-size: 36px; /* Tamaño de letra deseado */
|
|
|
23 |
}
|
24 |
.container {
|
25 |
display: grid;
|
26 |
+
grid-template-columns: 1fr 3fr 1fr;
|
27 |
grid-template-rows: 1fr;
|
28 |
grid-gap: 10px;
|
29 |
align-items: center;
|
|
|
32 |
text-align: center;
|
33 |
max-height: 100%;
|
34 |
}
|
35 |
+
.img1 {
|
36 |
max-width: 15%;
|
37 |
height: auto;
|
38 |
+
cursor: pointer;
|
39 |
+
}
|
40 |
+
.img2 {
|
41 |
+
max-width: 75%;
|
42 |
+
height: auto;
|
43 |
+
cursor: pointer;
|
44 |
}
|
45 |
.text {
|
46 |
font-size: 36px; /* Tamaño de letra deseado */
|