Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Added bottom padding for login component
#1319
· 9f371307
Ben
authored
May 21, 2019
and
Mark Harding
committed
May 21, 2019
9f371307
Merge branch 'fix-css-out-of-bounds-mobile-web' into 'master'
· 3cd970c4
Mark Harding
authored
May 21, 2019
Added bottom padding for login component
#1319
See merge request
!309
3cd970c4
Hide whitespace changes
Inline
Side-by-side
src/app/common/layout/layout.scss
View file @
3cd970c4
...
...
@@ -2,7 +2,11 @@ m-body {
margin-top
:
52px
;
display
:
block
;
min-height
:
100%
;
@media
screen
and
(
max-width
:
$max-mobile
)
{
margin-bottom
:
60px
;
}
&
.has-v2-navbar
{
margin-top
:
52px
;
}
...
...