Changes to padding

main
Pantonshire 3 years ago
parent 719f7df350
commit 054f21f664

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

Loading…
Cancel
Save