diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fiksgatami/base.scss | 8 | ||||
-rw-r--r-- | web/cobrands/fiksgatami/layout.scss | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/web/cobrands/fiksgatami/base.scss b/web/cobrands/fiksgatami/base.scss index 7af473460..a35b2ce67 100644 --- a/web/cobrands/fiksgatami/base.scss +++ b/web/cobrands/fiksgatami/base.scss @@ -4,6 +4,14 @@ @import "../sass/base"; +#front-main #postcodeForm div { + input#pc { + width: 74%; + } + input#sub { + width: 26%; + } +} .nav-menu--mysoc { a { diff --git a/web/cobrands/fiksgatami/layout.scss b/web/cobrands/fiksgatami/layout.scss index 99cd73ad8..02bceb04d 100644 --- a/web/cobrands/fiksgatami/layout.scss +++ b/web/cobrands/fiksgatami/layout.scss @@ -1,6 +1,13 @@ @import "_colours"; @import "../sass/layout"; +#front-main #postcodeForm div { + width: 23.5em; + input#sub { + width: 6.5em; + } +} + #main-nav { display: block; // remove flex so nav touches top of parent min-height: 0; // no vertical align, so no need for a height |