Alves: Add spacing fixes

This commit is contained in:
Danny Dudzic 2019-08-21 13:52:06 +02:00
parent 570c382ab1
commit 92c34d8a17
3 changed files with 21 additions and 38 deletions

View file

@ -83,16 +83,20 @@ a {
}
}
a {
text-decoration: none;
}
.entry-header,
.page-header {
padding-top: $spacing_vertical;
}
.site-info,
.entry-header,
.entry-footer,
.entry-header,
.page-title,
.page-header,
.author-title,
.comments-title,
.comment-reply-title {
@ -140,17 +144,6 @@ blockquote p {
/**
* 2. Header
*/
/*
.site-header {
@extend %responsive-alignwide;
margin: 0 auto;
@include media(desktop) {
padding-top: $site_main_spacing_vertical;
}
}
*/
/**
* Wide Header & Footer
*/
@ -163,7 +156,7 @@ blockquote p {
#masthead {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-bottom: $spacing_vertical;
}
/**

View file

@ -3410,8 +3410,12 @@ a {
text-decoration: none;
}
.site-info,
.entry-header,
.page-header {
padding-top: 32px;
}
.site-info,
.entry-footer,
.page-title,
.author-title,
@ -3461,16 +3465,6 @@ blockquote p {
/**
* 2. Header
*/
/*
.site-header {
@extend %responsive-alignwide;
margin: 0 auto;
@include media(desktop) {
padding-top: $site_main_spacing_vertical;
}
}
*/
/**
* Wide Header & Footer
*/
@ -3481,7 +3475,7 @@ blockquote p {
#masthead {
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
padding-bottom: 32px;
}
/**

View file

@ -3426,10 +3426,16 @@ a {
text-decoration: none;
}
.site-info,
.entry-header,
.page-header {
padding-top: 32px;
}
.site-info,
.entry-footer,
.entry-header,
.page-title,
.page-header,
.author-title,
.comments-title,
.comment-reply-title {
@ -3477,16 +3483,6 @@ blockquote p {
/**
* 2. Header
*/
/*
.site-header {
@extend %responsive-alignwide;
margin: 0 auto;
@include media(desktop) {
padding-top: $site_main_spacing_vertical;
}
}
*/
/**
* Wide Header & Footer
*/
@ -3497,7 +3493,7 @@ blockquote p {
#masthead {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-bottom: 32px;
}
/**