mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 07:52:29 +03:00
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