Fix footer and news min-width

This commit is contained in:
Bartłomiej Pluta (PGS Software)
2018-06-05 14:10:39 +02:00
parent 5e147407c8
commit 1359ee9131
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
padding-top: 65px; padding-top: 65px;
border-top: solid 1px $background-light; border-top: solid 1px $background-light;
margin-bottom: 95px; margin-bottom: 95px;
min-width: 320px;
&__about { &__about {
&__description { &__description {

1
src/scss/_news.scss Normal file → Executable file
View File

@@ -1,5 +1,6 @@
.news { .news {
padding-top: 70px; padding-top: 70px;
min-width: 320px;
} }
.news__title { .news__title {