Remove field margins
* Bootstrap solves it more elegantly with line-height * body { margin: 0 } is also defined by bootstrap
This commit is contained in:
parent
f2cc85a3bc
commit
037539dbf4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user