mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Merge pull request #43 from j-selby/add-single-subtitle-imgs
Import img shortcode from shared theme
This commit is contained in:
commit
773c22ef2d
|
@ -1 +1 @@
|
||||||
Subproject commit 7a0f53400f6c363b26f5fb3f56b333c497ca31f7
|
Subproject commit 43b3bce94c72f149564d99dba7082ca348643d4d
|
|
@ -86,3 +86,12 @@ $blog-entry-single-height: 26em;
|
||||||
// Overrride on regular has-background-dark with transparency
|
// Overrride on regular has-background-dark with transparency
|
||||||
background: rgba(54, 54, 54, 0.85) !important;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue