refactor: apply prettier conf

This commit is contained in:
Sonny
2023-11-19 23:37:23 +01:00
parent 371eea85dc
commit 1f42fad0ad
19 changed files with 152 additions and 95 deletions

View File

@@ -8,3 +8,13 @@
gap: 1.5em;
justify-content: center;
}
.navbar .user {
display: flex;
gap: 0.25em;
justify-content: center;
& img {
border-radius: 50%;
}
}