Skip to content

Commit 5598c21

Browse files
tercer commit
1 parent 7fa8bbf commit 5598c21

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

index.css

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,29 @@ html{
99
body{margin: 0;}
1010

1111
/* 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;}
12+
h1 {
13+
font-size: clamp(2.5rem, 6vw, 4rem);
14+
}
15+
16+
h2 {
17+
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+
font-size: clamp(1rem, 2.5vw, 1.5rem);
34+
}
1835

1936
/* fuentes */
2037
#lema, h4 {font-family: "Open Sans";}

0 commit comments

Comments
 (0)