MAPG-235 replaced explicit margin-top and margin-bottom with marginTop and marginBottom classes

This commit is contained in:
Balázs Vigh 2021-05-28 08:36:45 +02:00
parent bbaa2fe1eb
commit 6f27450423
2 changed files with 1 additions and 6 deletions

View File

@ -75,11 +75,6 @@ div.mapItem>div.buttonContainer {
grid-auto-flow: column; grid-auto-flow: column;
} }
#restrictions {
margin-top: 1em;
margin-bottom: 1em;
}
#restrictions input { #restrictions input {
height: auto; height: auto;
margin: 0.5em; margin: 0.5em;

View File

@ -43,7 +43,7 @@ TODO: condition!
<p class="bold center marginTop marginBottom">OR</p> <p class="bold center marginTop marginBottom">OR</p>
--> -->
<div id="restrictions"> <div id="restrictions" class="marginTop marginBottom">
<h3>Optional restrictions</h3> <h3>Optional restrictions</h3>
<div> <div>
<div> <div>