This commit is contained in:
Mike Cao 2024-02-26 01:14:38 -08:00
parent 968fda33e3
commit 41eed2c056

View File

@ -49,7 +49,7 @@
.bar { .bar {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: flex-end;
background: var(--base900); background: var(--base900);
height: 50px; height: 50px;
border-radius: 5px; border-radius: 5px;