feat: add multi-user admin panel and featured partners toggle on home page
This commit is contained in:
@@ -16,11 +16,13 @@
|
||||
--border: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-martian), monospace;
|
||||
overflow-x: hidden;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user