Merge branch '29659-add-padding' into 'master'

Add space to bottom of screen

Closes #29659 and #23737

See merge request !10098
This commit is contained in:
Filipa Lacerda 2017-03-21 15:23:45 +00:00
commit db8f52d401

View file

@ -23,6 +23,10 @@ body {
}
}
.content-wrapper {
padding-bottom: 100px;
}
.container {
padding-top: 0;
z-index: 5;