diff options
-rw-r--r-- | web/cobrands/isleofwight/layout.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/isleofwight/layout.scss b/web/cobrands/isleofwight/layout.scss index e3d362969..924092a86 100644 --- a/web/cobrands/isleofwight/layout.scss +++ b/web/cobrands/isleofwight/layout.scss @@ -18,3 +18,9 @@ body.twothirdswidthpage .content .sticky-sidebar aside { box-sizing: border-box; border-bottom: solid 5px $cyan; } + +.meta-highlight { + margin: 1em -1em; + padding: 2em 2em; + background-color: mix(#fff, $primary, 70%); +} |