diff options
Diffstat (limited to 'web/cobrands/greenwich/base.scss')
-rw-r--r-- | web/cobrands/greenwich/base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss index 0f990c865..bfbb0a62a 100644 --- a/web/cobrands/greenwich/base.scss +++ b/web/cobrands/greenwich/base.scss @@ -28,6 +28,10 @@ background-color: $greenwich_light_grey; } +#front-main #postcodeForm { + margin-top: 1em; +} + label[for=pc] { color: $greenwich_dark_red; } |