mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Minor corrections in frontend.css
This commit is contained in:
parent
0c549bcade
commit
ab0fd25240
1 changed files with 2 additions and 2 deletions
|
@ -245,11 +245,11 @@ body {
|
|||
#main {
|
||||
min-height: 100%;
|
||||
display: block; /* reset display */
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#main .wrapper {
|
||||
min-height: 100%;
|
||||
display: block; /* reset display */
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#book-appointment-wizard #header {
|
||||
|
|
Loading…
Reference in a new issue