Merge pull request #251 from fALKENdk/hotfix--body-bottom-margin
HOTFIX: Make content under "Add to order" in shop items visible on iphone.
This commit is contained in:
commit
81063e6182
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
margin-top: 85px;
|
||||
margin-bottom: 35px;
|
||||
margin-bottom: 65px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue