diff options
Diffstat (limited to 'webapp/sass')
-rw-r--r-- | webapp/sass/responsive/_mobile.scss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index 1cfe2b37c..8f44a883f 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -870,16 +870,20 @@ .heading { font-size: 17px; font-weight: 400; - line-height: normal; + line-height: 50px; position: relative; - top: 14px; vertical-align: top; + + .ios & { + line-height: 48px; + } } .header-dropdown__icon { font-size: 12px; + line-height: 50px; margin-left: 5px; - top: 20px; + top: 0; vertical-align: top; } } |