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 2f6e81e commit 31ce6a3Copy full SHA for 31ce6a3
templates/30jahre-cbase.html
@@ -33,13 +33,13 @@
33
font-weight: 900;
34
font-style: black;
35
}
36
- @media screen and (max-width:10px) {
+ @media screen and (max-width:992px) {
37
/* Zusätzliche Regeln für kleinere Monitore */
38
.hero-title {
39
font-size: 10rem;
40
41
.hero-subtitle {
42
- font-size: 4rem;
+ font-size: 3rem;
43
44
45
@media screen and (max-width:768px) {
@@ -48,7 +48,7 @@
48
font-size: 8rem;
49
50
51
+ font-size: 2rem;
52
53
54
@media screen and (max-width:450px) {
@@ -57,7 +57,7 @@
57
font-size: 5rem;
58
59
60
- font-size: 2rem;
+ font-size: 1.5rem;
61
62
63
0 commit comments