This commit is contained in:
Mike Cao 2024-02-26 01:14:38 -08:00
parent 968fda33e3
commit 41eed2c056
1 changed files with 1 additions and 1 deletions

View File

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