live member count, remove navbar items

This commit is contained in:
not-nullptr 2024-03-12 16:40:19 +00:00
parent a9bb121354
commit f3c20e8e2b
20 changed files with 6870 additions and 103 deletions

View file

@ -6,7 +6,7 @@
@font-face {
font-family: "Roc Grotesk";
src: url("RocGroteskWideMedium.ttf") format("truetype");
src: url(./assets/fonts/RocGroteskWideMedium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
font-display: swap;
@ -64,7 +64,7 @@ h3 {
.button {
border: 2px solid #46424d;
@apply flex w-fit shrink-0 select-none flex-row items-center justify-center gap-4 rounded-xl py-3 pl-7 pr-5 font-bold transition;
@apply flex w-fit shrink-0 select-none flex-row items-center justify-center gap-4 rounded-xl px-6 py-3 font-bold transition;
}
.button:hover {