Skip to content

Commit 31ce6a3

Browse files
committed
refine responsive hero unit
1 parent 2f6e81e commit 31ce6a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/30jahre-cbase.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
font-weight: 900;
3434
font-style: black;
3535
}
36-
@media screen and (max-width:10px) {
36+
@media screen and (max-width:992px) {
3737
/* Zusätzliche Regeln für kleinere Monitore */
3838
.hero-title {
3939
font-size: 10rem;
4040
}
4141
.hero-subtitle {
42-
font-size: 4rem;
42+
font-size: 3rem;
4343
}
4444
}
4545
@media screen and (max-width:768px) {
@@ -48,7 +48,7 @@
4848
font-size: 8rem;
4949
}
5050
.hero-subtitle {
51-
font-size: 4rem;
51+
font-size: 2rem;
5252
}
5353
}
5454
@media screen and (max-width:450px) {
@@ -57,7 +57,7 @@
5757
font-size: 5rem;
5858
}
5959
.hero-subtitle {
60-
font-size: 2rem;
60+
font-size: 1.5rem;
6161
}
6262
}
6363

0 commit comments

Comments
 (0)