mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 03:52: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 {
|
#main {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
display: block; /* reset display */
|
display: block; /* reset display */
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main .wrapper {
|
#main .wrapper {
|
||||||
min-height: 100%;
|
width: 100vw;
|
||||||
display: block; /* reset display */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#book-appointment-wizard #header {
|
#book-appointment-wizard #header {
|
||||||
|
|
Loading…
Reference in a new issue