Various spacing fixes.

This commit is contained in:
flash 2018-08-15 15:23:54 +02:00
parent e1902ba1d5
commit b1b8e256f8
3 changed files with 0 additions and 11 deletions

View file

@ -1,6 +1,4 @@
.news__list { .news__list {
margin: 0;
margin-bottom: 2px;
&__item { &__item {
text-decoration: none; text-decoration: none;

View file

@ -1,9 +1,4 @@
.news__preview { .news__preview {
margin: 0;
&:not(:last-child) {
margin-bottom: 2px;
}
&__listing { &__listing {
flex-grow: 1; flex-grow: 1;

View file

@ -31,10 +31,6 @@ body {
margin: 0 auto; margin: 0 auto;
padding: 1px; padding: 1px;
flex: 1 0 auto; flex: 1 0 auto;
@media (max-width: @site-max-width + 1) {
margin: 0 1px;
}
} }
&--dark { &--dark {