[Fix] Home/Nav: spacing

This commit is contained in:
0xfff 2016-11-06 11:07:52 +01:00
parent dbbb0ed7fb
commit b956e4e837
3 changed files with 3 additions and 4 deletions

View file

@ -70,6 +70,8 @@
&__image {
@include overflow-image();
width: 100%;
max-width: 100%;
}
&__title {

View file

@ -32,7 +32,7 @@ $nav-height: 90px;
padding: 0 25px;
}
.nav__sublist {
padding-right: 25px;
// padding-right: 25px;
}
}

View file

@ -44,9 +44,6 @@ $homeSectionPaddingTop: 80px;
img {
max-width: 100%;
@media (min-width: 768px) {
max-width: calc(100% - 20px);
}
}
}