make socials responsive

master
Ayush Mukherjee 4 years ago
parent 59686a9b9b
commit 959e0d1258

@ -294,6 +294,16 @@ main {
} }
} }
} }
.contact {
.socials > .socials-container {
flex-direction: column;
.social:nth-child(2) {
margin: 20px 0;
}
}
}
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {

@ -1,4 +1,5 @@
<template> <template>
<!-- TODO: FIX INDENTATION --> <!-- TODO: FIX INDENTATION -->
<div class="wrapper"> <div class="wrapper">
<div class="container bg-alternate"> <div class="container bg-alternate">

Loading…
Cancel
Save