We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa8bbf commit 5598c21Copy full SHA for 5598c21
index.css
@@ -9,12 +9,29 @@ html{
9
body{margin: 0;}
10
11
/* tamaños generales */
12
-h1{font-size: 3.5em; font-size: clamp(2.5rem, 6vw, 4rem);}
13
-h2{font-size: 2.7em;font-size: clamp(2.5rem, 6vw, 4rem);}
14
-h3{font-size:2em ;}
15
-h4{font-size:2em;}
16
-p{font-size: 1.25em;}
17
-li{font-size: 1.25em;}
+h1 {
+ font-size: clamp(2.5rem, 6vw, 4rem);
+ }
+
+ h2 {
+ font-size: clamp(2rem, 5vw, 3rem);
18
19
20
+ h3 {
21
+ font-size: clamp(1.5rem, 4vw, 2.5rem);
22
23
24
+ h4 {
25
+ font-size: clamp(1.25rem, 3.5vw, 2rem);
26
27
28
+ p {
29
+ font-size: clamp(1rem, 2.5vw, 1.5rem);
30
31
32
+ li {
33
34
35
36
/* fuentes */
37
#lema, h4 {font-family: "Open Sans";}
0 commit comments