File tree Expand file tree Collapse file tree 2 files changed +32
-6
lines changed Expand file tree Collapse file tree 2 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 15
15
margin-bottom : 100px ;
16
16
}
17
17
.hero-title {
18
+ font-size : 12rem ;
18
19
margin : 0px ;
19
20
color : rgb (255 , 153 , 0 );
20
- font-size : 12rem ;
21
21
line-height : 0.75 ;
22
-
23
22
font-family : "League Spartan" , sans-serif;
24
23
font-optical-sizing : auto;
25
24
font-weight : 900 ;
26
25
font-style : black;
27
26
}
28
27
.hero-subtitle {
28
+ font-size : 3rem ;
29
29
margin : 0px 0px 0px 10px ;
30
30
color : rgb (255 , 153 , 0 );
31
- font-size : 3rem ;
32
-
33
31
font-family : "League Spartan" , sans-serif;
34
32
font-optical-sizing : auto;
35
33
font-weight : 900 ;
36
34
font-style : black;
37
35
}
36
+ @media screen and (max-width : 10px ) {
37
+ /* Zusätzliche Regeln für kleinere Monitore */
38
+ .hero-title {
39
+ font-size : 10rem ;
40
+ }
41
+ .hero-subtitle {
42
+ font-size : 4rem ;
43
+ }
44
+ }
45
+ @media screen and (max-width : 768px ) {
46
+ /* Zusätzliche Regeln für kleinere Monitore */
47
+ .hero-title {
48
+ font-size : 8rem ;
49
+ }
50
+ .hero-subtitle {
51
+ font-size : 4rem ;
52
+ }
53
+ }
54
+ @media screen and (max-width : 450px ) {
55
+ /* Zusätzliche Regeln noch kleinere Monitore */
56
+ .hero-title {
57
+ font-size : 5rem ;
58
+ }
59
+ .hero-subtitle {
60
+ font-size : 2rem ;
61
+ }
62
+ }
63
+
38
64
.event-list {
39
65
display : flex;
40
66
width : 100% ;
Original file line number Diff line number Diff line change 17
17
.hero-title-sm {
18
18
margin : 0px ;
19
19
color : rgb (255 , 153 , 0 );
20
- font-size : 8 vw ;
20
+ font-size : 10 rem ;
21
21
line-height : 0.75 ;
22
22
23
23
font-family : "League Spartan" , sans-serif;
28
28
.hero-subtitle {
29
29
margin : 0px 0px 0px 10px ;
30
30
color : rgb (255 , 153 , 0 );
31
- font-size : 5 vw ;
31
+ font-size : 2 rem ;
32
32
33
33
font-family : "League Spartan" , sans-serif;
34
34
font-optical-sizing : auto;
You can’t perform that action at this time.
0 commit comments