Enable RWD in news section

This commit is contained in:
Bartłomiej Pluta
2018-04-16 14:44:05 +02:00
parent abb149b383
commit 39532aacf7
2 changed files with 16 additions and 3 deletions

View File

@@ -41,4 +41,17 @@
font-size: 13px;
color: $regular-text;
font-weight: 500;
}
@media all and (max-width: $phone) {
.news__news,
.news__extensions,
.news__blog {
padding: 0 30px;
}
.news__extensions,
.news__blog {
margin-top: 50px;
}
}