Fix margin of elements in flex
This commit is contained in:
parent
7074789011
commit
28d12166fd
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container > * {
|
||||||
|
margin: 15px 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #2f3241;
|
background-color: #2f3241;
|
||||||
border-bottom: 1px solid #1a1b23;
|
border-bottom: 1px solid #1a1b23;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue