Update styles

This commit is contained in:
2018-06-17 16:01:38 +03:00
parent 877dcd6184
commit e3e0eb44e6
7 changed files with 22 additions and 27 deletions

View File

@ -1,15 +1,10 @@
@import '../styles/vars';
@import '../styles/base_style';
@import '../vars';
@import '../base_style';
.content {
width: $preferred-width;
margin: 0 auto;
@media (max-width: 839px) {
margin: 20px 0;
width: auto;
}
@media (max-width: 480px) {
margin: 10px 0;
width: auto;