feat: add communites component and integrate social links from JSON data

This commit is contained in:
arraysid
2025-05-27 06:12:18 +07:00
parent 3b71a97d16
commit 5f97352031
6 changed files with 212 additions and 11 deletions
+3 -2
View File
@@ -140,7 +140,7 @@
--sidebar-ring: oklch(0.623 0.214 259.815);
}
.dark {
/* .dark {
--background: oklch(0.141 0.005 285.823);
--foreground: oklch(0.985 0 0);
--card: oklch(0.21 0.006 285.885);
@@ -172,7 +172,7 @@
--sidebar-accent-foreground: oklch(0.985 0 0);
--sidebar-border: oklch(1 0 0 / 10%);
--sidebar-ring: oklch(0.488 0.243 264.376);
}
} */
@layer base {
* {
@@ -191,6 +191,7 @@
padding-right: 2rem;
width: 100%;
}
@media (min-width: 1536px) {
.container {
max-width: 1400px;