Make new header div flex and align contents
parent
7616898579
commit
df2828ecba
|
@ -26,3 +26,13 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
#header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
#header h2 {
|
||||||
|
margin: .5rem auto;
|
||||||
|
}
|
||||||
|
#contentButtons {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue