mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Fix margin of elements in flex
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user