margin matching for divs

master
Jakob 2020-03-08 04:15:01 +01:00
parent cfa8042be8
commit 4ce5f818ff
1 changed files with 7 additions and 8 deletions

View File

@ -72,6 +72,13 @@ div.item-4 {
grid-row: 4; grid-row: 4;
} }
div.margin {
margin-top: 0px;
margin-bottom: 24px;
margin-left: 16px;
margin-right: 16px;
}
body { body {
margin: 0px; margin: 0px;
background-color: #fef6e4; background-color: #fef6e4;
@ -312,14 +319,6 @@ div.dropdown {
background-color: #8bd3dd; background-color: #8bd3dd;
} }
div.form {
border-radius: 5px;
border: 1px solid #001858;
background-color: #f3d2c1;
padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
section { section {
margin-top: 0px; margin-top: 0px;
margin-bottom: 24px; margin-bottom: 24px;