adds lg version of community page

This commit is contained in:
akcodez
2023-11-01 08:18:03 -07:00
parent 116748f5b6
commit 8e9f95b05e
8 changed files with 971 additions and 12 deletions

View File

@@ -579,6 +579,12 @@
}
}
.autoscroll-content {
animation: autoscroll 15s linear infinite;
white-space: nowrap;
overflow: hidden;
max-width: 300px; /* adjust this value based on your design requirements */
}
// Community Page
#community-magenta {
position: absolute;