File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
starter/07-Omnifood-Desktop/css Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,42 @@ Instead, 1rem = 1em = 16px */
18
18
grid-template-columns : repeat (2 , 1fr );
19
19
}
20
20
}
21
+
22
+ /*************************************/
23
+ /* BELOW 1200px (Landscape Tablets) */
24
+ /*************************************/
25
+
26
+ @media (max-width : 75em ) {
27
+ html {
28
+ font-size : 56.25% ;
29
+ }
30
+
31
+ .grid {
32
+ column-gap : 4.8rem ;
33
+ row-gap : 6.4rem ;
34
+ }
35
+
36
+ .heading-secondary {
37
+ font-size : 3.6rem ;
38
+ }
39
+
40
+ .heading-tertiary {
41
+ font-size : 2.4rem ;
42
+ }
43
+
44
+ .header {
45
+ padding : 0 3.2rem ;
46
+ }
47
+
48
+ .main-nav-list {
49
+ gap : 3.2rem ;
50
+ }
51
+
52
+ .hero {
53
+ gap : 4.8rem ;
54
+ }
55
+
56
+ .testimonials-container {
57
+ padding : 9.6rem 3.2rem ;
58
+ }
59
+ }
Original file line number Diff line number Diff line change 24
24
list-style : none;
25
25
display : flex;
26
26
align-items : center;
27
- gap : 3.2 rem ;
27
+ gap : 4.8 rem ;
28
28
}
29
29
30
30
.main-nav-link : link ,
You can’t perform that action at this time.
0 commit comments