Remove padding on content area for mobile
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
082e72ec2c
commit
132229c430
1 changed files with 6 additions and 0 deletions
|
@ -1313,3 +1313,9 @@ input[type='checkbox'].checkbox {
|
|||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpoint-mobile) {
|
||||
#app-content > div {
|
||||
padding: 6px 0 75px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue