Remove field margins

* Bootstrap solves it more elegantly with line-height
* body { margin: 0 } is also defined by bootstrap
This commit is contained in:
Henrik Giesel 2021-02-27 16:41:58 +01:00
parent f2cc85a3bc
commit 037539dbf4

View File

@ -9,19 +9,6 @@ body {
display: flex;
flex-direction: column;
margin: 5px;
& > *,
& > * > * {
margin: 1px 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
}
.field {
@ -38,10 +25,6 @@ body {
padding: 0;
}
body {
margin: 0;
}
#topbutsOuter {
display: flex;
flex-wrap: wrap;