diff --git a/assets/scss/hyde-hyde/_base.scss b/assets/scss/hyde-hyde/_base.scss index db16509..e67a004 100644 --- a/assets/scss/hyde-hyde/_base.scss +++ b/assets/scss/hyde-hyde/_base.scss @@ -7,7 +7,8 @@ html { box-direction: normal; font-family: $root-font-family; font-size: $small-device-font-size; - line-height: $root-line-height; + line-height: $root-line-height; + font-weight: $root-font-weight; } html, body { @@ -46,7 +47,7 @@ h5 { } figure { - width: 100%; + max-width: 100%; margin: 0; padding: 0; }