diff options
Diffstat (limited to 'web/cobrands/hart/layout.scss')
-rw-r--r-- | web/cobrands/hart/layout.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/cobrands/hart/layout.scss b/web/cobrands/hart/layout.scss new file mode 100644 index 000000000..6f8da9165 --- /dev/null +++ b/web/cobrands/hart/layout.scss @@ -0,0 +1,12 @@ +@import "_colours"; +@import "../sass/layout"; + +@media only screen and (min-width: 48em) { + .content { + margin-top: 11em; + } +} + +#report-a-problem-sidebar { + top: 11em; +} |