Enable RWD in news section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user