fix padding

This commit is contained in:
2018-09-13 21:24:06 +07:00
parent 890d1ed601
commit 2cfdc69294
3 changed files with 3 additions and 5 deletions
-1
View File
@@ -12,7 +12,6 @@
.sticky-header & {
position: fixed;
top: 0;
&.shrink {
background-color: $white;
box-shadow: 0 0 4rem rgba($dark, 0.05);
+2 -3
View File
@@ -869,7 +869,7 @@ th {
}
.home .site-inner {
margin-top: 61px;
padding-top: 61px;
}
.blog .site-inner,
@@ -1419,7 +1419,6 @@ img.alignright,
.sticky-header .site-header {
position: fixed;
top: 0;
}
.sticky-header .site-header.shrink {
@@ -4592,7 +4591,7 @@ ul.testimonials-list h5 {
@media (min-width: 896px) {
.home .site-inner {
margin-top: 101px;
padding-top: 101px;
}
.content-sidebar-wrap {
display: flex;
+1 -1
View File
File diff suppressed because one or more lines are too long