prevent taller navbar from covering content on mobile

This commit is contained in:
scoliono 2020-09-09 20:49:04 -07:00
parent d23281ea83
commit 124a0da9e3

View File

@ -88,7 +88,7 @@ div.article-meta {
.content { .content {
background: #fff; background: #fff;
margin: 12rem 0; margin: 16rem 0;
padding: 2rem; padding: 2rem;
} }