Toolbar: better handle breakpoint styling

This commit is contained in:
rektdeckard
2020-08-21 03:21:04 -04:00
parent 208c0ba5b7
commit 6b7a594191
6 changed files with 13 additions and 7 deletions

View File

@@ -14,9 +14,13 @@ menu.toolbar {
.toolbar-contents {
width: 83.33%;
max-width: 1120px;
padding: 8px 0;
padding: 0 0 8px;
display: flex;
flex-flow: wrap;
align-items: center;
justify-content: space-between;
}
.toolbar-contents > * {
margin: 8px 4px 0;
}