fixed body padding for small devices
This commit is contained in:
parent
28695f3004
commit
c14adff062
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ html, body {
|
||||||
|
|
||||||
$small_device: 650px;
|
$small_device: 650px;
|
||||||
@media only screen and (max-width: $small_device) {
|
@media only screen and (max-width: $small_device) {
|
||||||
|
html, body {
|
||||||
|
padding: 0!important;
|
||||||
|
}
|
||||||
|
|
||||||
.app-container {
|
.app-container {
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue