forked from mirrors/easyappointments
Fixed vertical positioning for tablet devices.
This commit is contained in:
parent
7cdccf1d27
commit
4681bebad3
1 changed files with 1 additions and 2 deletions
|
@ -256,8 +256,7 @@ body {
|
|||
|
||||
#main {
|
||||
min-height: 100%;
|
||||
display: block; /* reset display */
|
||||
padding: 5vw;
|
||||
padding: 0 5vw;
|
||||
}
|
||||
|
||||
#main .wrapper {
|
||||
|
|
Loading…
Reference in a new issue