Make new header div flex and align contents

pull/3684/head
Isaac Connor 2023-04-02 18:16:51 -04:00
parent 7616898579
commit df2828ecba
1 changed files with 10 additions and 0 deletions

View File

@ -26,3 +26,13 @@
overflow: auto;
height: 100%;
}
#header {
display: flex;
justify-content: space-between;
}
#header h2 {
margin: .5rem auto;
}
#contentButtons {
margin-left: auto;
}