Fixed vertical positioning for tablet devices.

This commit is contained in:
Alex Tselegidis 2016-01-06 22:17:39 +01:00
parent 7cdccf1d27
commit 4681bebad3
1 changed files with 1 additions and 2 deletions

View File

@ -256,8 +256,7 @@ body {
#main {
min-height: 100%;
display: block; /* reset display */
padding: 5vw;
padding: 0 5vw;
}
#main .wrapper {