aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/hart/layout.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/web/cobrands/hart/layout.scss b/web/cobrands/hart/layout.scss
index 639be2901..0acc5f81c 100644
--- a/web/cobrands/hart/layout.scss
+++ b/web/cobrands/hart/layout.scss
@@ -3,7 +3,7 @@
@media only screen and (min-width: 48em) {
.content {
- margin-top: 11em;
+ margin-top: 8em;
}
}
@@ -14,3 +14,18 @@
#report-a-problem-sidebar {
top: 11em;
}
+
+body.twothirdswidthpage .content {
+ aside {
+ left: 672px;
+ width: 208px;
+ padding: 16px;
+ }
+ .sticky-sidebar {
+ left: 672px;
+ aside {
+ position: fixed;
+ top: 14em;
+ }
+ }
+}