diff options
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 3c5faf219..b70e646e3 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -613,9 +613,14 @@ body.authpage { #{$left}: auto !important; } -#sub_map_links { +// Dock to side of screen, rather than filling 100% width. +.sub-map-links { #{$left}: auto; bottom: 2em; + + a { + padding: 0.5em 1em; + } } // Show the extra button if there is vertical space. |