Merge pull request #43 from j-selby/add-single-subtitle-imgs

Import img shortcode from shared theme
This commit is contained in:
Flame Sage 2018-09-10 07:16:20 -04:00 committed by GitHub
commit 773c22ef2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

@ -1 +1 @@
Subproject commit 7a0f53400f6c363b26f5fb3f56b333c497ca31f7
Subproject commit 43b3bce94c72f149564d99dba7082ca348643d4d

View file

@ -86,3 +86,12 @@ $blog-entry-single-height: 26em;
// Overrride on regular has-background-dark with transparency
background: rgba(54, 54, 54, 0.85) !important;
}
// Add overrides for padding/margin on specific sides of an element
.is-bottom-paddingless {
padding-bottom: 0 !important;
}
.is-bottom-marginless {
margin-bottom: 0 !important;
}