File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ textarea:focus {
161
161
display : flex;
162
162
justify-content : center;
163
163
align-items : center;
164
- border-radius : 20px ;
165
164
padding : 1rem ;
166
165
}
167
166
@@ -201,3 +200,12 @@ textarea:focus {
201
200
border-radius : 10px ;
202
201
box-shadow : 3px 5px 5px var (--shadow );
203
202
}
203
+
204
+ @media (max-width : 1000px ) {
205
+ .box {
206
+ display : flex;
207
+ justify-content : space-around;
208
+ border-bottom : 1px solid var (--heading );
209
+ /* border-radius: 20px; */
210
+ }
211
+ }
Original file line number Diff line number Diff line change @@ -384,6 +384,29 @@ nav ul li a:focus {
384
384
margin : 2rem ;
385
385
}
386
386
387
+ /* Responsive Moderators */
388
+ @media (max-width : 1000px ) {
389
+ # moderators .container {
390
+ width : 100% ;
391
+ }
392
+
393
+ # moderators .box-container {
394
+ display : grid;
395
+ grid-template-columns : repeat (1 , 1fr );
396
+ row-gap : 1rem ;
397
+ column-gap : 0rem ;
398
+ margin : 0rem ;
399
+ }
400
+
401
+ # moderators .overlay {
402
+ display : none;
403
+ }
404
+
405
+ .user-profile h3 {
406
+ font-size : 1.08rem ;
407
+ }
408
+ }
409
+
387
410
/* Footer starts */
388
411
.footer {
389
412
display : flex;
You can’t perform that action at this time.
0 commit comments