Update index.css

This commit is contained in:
Justin Edmund 2020-10-19 06:57:50 -07:00
parent 05f4bc5e1c
commit b6a04f8d62

View file

@ -1,11 +1,12 @@
.Header {
display: flex;
height: 48px;
height: 34px;
width: 100%;
}
.Header .right button:first-child {
margin-right: 8px;
.Header .right {
display: flex;
gap: 8px;
}
.Header .push {