File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ @import ' ../../styles/variables' ;
2
+
1
3
.container {
2
4
max-width : 1120px ;
3
5
margin : 0 auto ;
18
20
height : 100% !important ;
19
21
display : block !important ;
20
22
}
23
+
24
+ @media (max-width : $breakpoint-md ) {
25
+ height : 15rem ;
26
+ }
27
+
28
+ @media (max-width : $breakpoint-sm ) {
29
+ width : 100% ;
30
+ }
21
31
}
22
32
23
33
.notData {
54
64
a {
55
65
padding-right : 0rem ;
56
66
padding-left : 1rem ;
67
+
57
68
}
58
69
59
70
& :nth-child (even ) {
68
79
padding-left : 0rem ;
69
80
padding-right : 1rem ;
70
81
}
82
+
83
+ @media (max-width : $breakpoint-sm ) {
84
+ flex-direction : column ;
85
+ margin-top : 1rem ;
86
+ width : 100% ;
87
+ padding-left : 0px ;
88
+
89
+ .imgContainer {
90
+ padding-left : 0rem ;
91
+ }
92
+ }
71
93
}
72
94
73
95
& :nth-child (4 n ) {
88
110
text-align : justify ;
89
111
}
90
112
}
113
+
114
+ @media (max-width : $breakpoint-sm ) {
115
+ flex-direction : column ;
116
+ }
91
117
}
92
118
93
119
.posts {
138
164
& :hover strong {
139
165
color : var (--yellow-500 );
140
166
}
167
+
168
+ @media (max-width : $breakpoint-sm ) {
169
+ margin-top : 1rem ;
170
+ width : 100% ;
171
+ padding-left : 0px ;
172
+ }
141
173
}
142
174
}
143
175
You can’t perform that action at this time.
0 commit comments