aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss8
-rw-r--r--web/cobrands/fixmystreet/layout.scss18
2 files changed, 20 insertions, 6 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index c64bb1588..68534f5fd 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -580,11 +580,9 @@ p.label-valid {
}
}
-
-#site-footer {
- border-top:3px solid $primary;
- margin:1em -1em 0 -1em;
- padding:1em;
+//hide page footer on mobile
+.mobile #page-footer {
+ display:none;
}
/*BUTTONS*/
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 5536cc340..1130cc61d 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -198,7 +198,13 @@ body.fullwidthpage {
position: absolute;
}
.intro {
- width:43em;
+ width:40em;
+ }
+}
+body.twothirdswidthpage {
+ @extend .fullwidthpage;
+ .content {
+ width:40em;
}
}
@@ -284,6 +290,16 @@ body.fullwidthpage {
}
}
+
+// page footer - style it full width
+#page-footer {
+ border-top:3px solid $primary;
+ margin:1em -1em 0 -1em;
+ padding:1em;
+}
+
+
+
.big-green-banner {
right:-1.25em;
margin-left:-2em;