Fixed website footer on mobile (#3335) (#3373)

master
Chris Burgin 2017-12-03 20:27:14 -05:00 committed by Lucas Azzola
parent ceabc48e01
commit 38b490b092
1 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,22 @@
.post a {
text-decoration: underline !important;
}
@media screen and (max-width: 735px) {
footer .sitemap {
display: block;
margin-left: 20px;
}
footer .sitemap .nav-home {
margin: 0 auto;
}
footer .sitemap > div {
margin-bottom: 20px;
}
footer .sitemap > div h5 {
margin: 0;
}
}