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:
commit
db8f52d401
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-top: 0;
|
||||
z-index: 5;
|
||||
|
|
Loading…
Reference in a new issue