mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-28 10:14:42 +01:00
live member count, remove navbar items
This commit is contained in:
parent
a9bb121354
commit
f3c20e8e2b
20 changed files with 6870 additions and 103 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue