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:
Víðir Valberg Guðmundsson 2018-07-31 14:08:05 +02:00 committed by GitHub
commit 81063e6182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
body {
margin-top: 85px;
margin-bottom: 35px;
margin-bottom: 65px;
overflow: scroll;
}