File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 21
21
.about__content-column {
22
22
display : flex ;
23
23
flex-direction : column ;
24
+ margin-left : 15px ;
25
+ margin-right : 15px ;
26
+ }
27
+
28
+ @media (max-width : 768px ) {
29
+ .about__content {
30
+ flex-direction : column ;
31
+ overflow-y : auto ;
32
+ overflow-x : hidden ;
33
+ width : 100% ;
34
+ margin-right : 15rem ;
35
+ }
36
+
37
+ .about__footer {
38
+ flex-direction : column ;
39
+ padding-left : #{20 / $base-font-size } rem;
40
+ padding-right : #{20 / $base-font-size } rem;
41
+ }
24
42
}
25
43
26
44
.about__content-column-title {
69
87
padding-top : #{18 / $base-font-size } rem;
70
88
padding-right : #{20 / $base-font-size } rem;
71
89
padding-bottom : #{21 / $base-font-size } rem;
72
- padding-left : #{291 / $base-font-size } rem;
90
+ padding-left : #{20 / $base-font-size } rem;
73
91
width : 100% ;
74
92
}
75
93
Original file line number Diff line number Diff line change 23
23
flex-wrap : wrap ;
24
24
flex-flow : column ;
25
25
max-height : 80% ;
26
- max-width : 65% ;
27
26
position : relative ;
28
27
padding-bottom : #{25 / $base-font-size } rem;
29
28
}
You can’t perform that action at this time.
0 commit comments