Adjust footer divider style.

This commit is contained in:
Danila Fedorin 2020-12-30 18:00:44 -08:00
parent 56ad03b833
commit c61d9ccb99
1 changed files with 5 additions and 1 deletions

View File

@ -174,9 +174,13 @@ hr.footer-divider {
margin: auto;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
max-width: $container-width;
border: none;
border-bottom: $standard-border;
max-width: $container-width;
@include below-container-width {
max-width: 80%;
}
}
ul.post-list {