Import img shortcode from shared theme

This commit is contained in:
James 2018-09-10 20:51:11 +10:00
parent 5de62d6158
commit 88f583209b
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;
}