fixes issue with social media icons offcentered

This commit is contained in:
Landon Patmore 2019-03-20 01:34:53 -04:00
parent bab37bd21b
commit 4463f7f4ad

View file

@ -37,3 +37,10 @@
padding-left: 16px;
}
}
// fixes issue with last social media icon pushing the entire flex off-center on masthead.html page
.d-flex {
.mb-3:last-child {
margin-right: 0 !important;
}
}