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;
|
||||
}
|
||||
|
||||
.container > * {
|
||||
margin: 15px 0 0 0;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #2f3241;
|
||||
border-bottom: 1px solid #1a1b23;
|
||||
|
|
Loading…
Reference in a new issue