File tree Expand file tree Collapse file tree 1 file changed +34
-14
lines changed Expand file tree Collapse file tree 1 file changed +34
-14
lines changed Original file line number Diff line number Diff line change @@ -296,21 +296,41 @@ footer {
296
296
}
297
297
}
298
298
299
-
300
299
@media (max-width : 799px ) {
301
- footer ul .footer-icons {
302
- display : flex ;
303
- flex-wrap : nowrap ;
304
- flex-direction : column ;
305
- align-items : flex-start ;
306
- row-gap : 0.5em ;
307
- }
308
- footer div .order-1 ul .footer-icons {
309
- margin-left : auto ;
310
- }
311
- footer div .order-3 ul .footer-icons {
312
- margin-right : auto ;
313
- }
300
+ footer ul .footer-icons {
301
+ display : flex ;
302
+ flex-wrap : nowrap ;
303
+ flex-direction : column ;
304
+ row-gap : 0.5em ;
305
+ }
306
+
307
+ footer div .order-1 ul .footer-icons {
308
+ align-items : flex-start ;
309
+ margin-left : 0 ;
310
+ margin-right : auto ;
311
+ }
312
+
313
+ footer div .order-3 ul .footer-icons {
314
+ align-items : flex-end ;
315
+ margin-left : auto ;
316
+ margin-right : 0 ;
317
+ }
318
+
319
+ // These character icons are bigger than the others and creates an offset, this restores centeredness
320
+ .fa-laptop-code {
321
+ font-size : 1.1rem ;
322
+ }
323
+ .fa-youtube {
324
+ font-size : 1.3rem ;
325
+ }
326
+ .fa-envelope {
327
+ font-size : 1.3rem ;
328
+ }
329
+
330
+ // Makes the text column wider on mobile while leaving the inline bootstrap code for desktop
331
+ footer .row > .order-1 { flex : 0 0 16.6667% ; max-width : 16.6667% ; }
332
+ footer .row > .order-2 { flex : 0 0 66.6667% ; max-width : 66.6667% ; }
333
+ footer .row > .order-3 { flex : 0 0 16.6667% ; max-width : 16.6667% ; }
314
334
}
315
335
316
336
/* SIDE-DRAWER MENU */
You can’t perform that action at this time.
0 commit comments