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 { .Header {
display: flex; display: flex;
height: 48px; height: 34px;
width: 100%; width: 100%;
} }
.Header .right button:first-child { .Header .right {
margin-right: 8px; display: flex;
gap: 8px;
} }
.Header .push { .Header .push {