Changes to padding

main
Pantonshire 4 years ago
parent 719f7df350
commit 054f21f664

@ -396,12 +396,17 @@ ul.articles_list {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
padding: 1rem 2rem;
} }
#page_nav #title_box { #page_nav #title_box {
margin-bottom: 0; margin-bottom: 0;
} }
#page_footer_content {
padding: 1rem 2rem;
}
#page_footer_content ul { #page_footer_content ul {
grid-template-columns: repeat(3, auto); grid-template-columns: repeat(3, auto);
grid-template-rows: 100%; grid-template-rows: 100%;
@ -411,7 +416,7 @@ ul.articles_list {
} }
#content { #content {
padding: 2rem 1rem 4rem 1rem; padding: 2rem 2rem 4rem 2rem;
} }
.article_title { .article_title {

Loading…
Cancel
Save