diff options
Diffstat (limited to 'web/cobrands/rutland/layout.scss')
-rwxr-xr-x | web/cobrands/rutland/layout.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/cobrands/rutland/layout.scss b/web/cobrands/rutland/layout.scss new file mode 100755 index 000000000..eb0447be2 --- /dev/null +++ b/web/cobrands/rutland/layout.scss @@ -0,0 +1,15 @@ +@import "_colours"; +@import "../sass/layout"; + + +body.frontpage #site-header { + height: 10em; +} + + +body.frontpage #site-logo { + background: url("/cobrands/rutland/RCCLogo.gif"); + background-size: contain; + height: 100px; + width: 220px; +} |