Doubled right margin of select language element in booking page

This commit is contained in:
Alex Tselegidis 2020-09-23 14:57:32 +03:00
parent 36d387accf
commit b1fa89ed49
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ body {
#book-appointment-wizard #select-language {
display: inline-block;
margin-right: 15px;
margin-right: 30px;
}
}