diff options
| author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 13:26:11 +0100 |
|---|---|---|
| committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 13:26:11 +0100 |
| commit | 2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47 (patch) | |
| tree | f713ec08bdb09099c42a8e56a92eb0ef5d18aac7 /apps/website/src/pages/projects | |
| parent | f8da6344f2e6c3ec58d90a9731f6bf7b96787cc9 (diff) | |
| download | Nexus-2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47.tar.gz Nexus-2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47.tar.bz2 Nexus-2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47.zip | |
Slight changes to mods page
Diffstat (limited to 'apps/website/src/pages/projects')
| -rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index dc3367a..6ad725b 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -135,7 +135,7 @@ import { Code } from 'astro:components'; <!-- TODO: add more 3rd party mods, like DSM PSS and Neu maybe --> <div class="flex flex-col justify-center items-center bg-blue-100 pb-10 max-w-full overflow-hidden"> <div class="flex flex-col justify-between items-center overflow-hidden h-[280px] max-w-[1920px]"> - <Slider wrapperClass="-mb-40 pb-4" childrenNum={8}> + <Slider wrapperClass="-mb-40 pb-4 bg-blue-100" childrenNum={8}> <Card text="Chatting" icon="chatting"/> <Card text="PolySprint" icon="polysprint"/> <Card text="VanillaHUD" icon="vanillahud"/> @@ -145,7 +145,7 @@ import { Code } from 'astro:components'; <Card text="PolyWeather" icon="polyweather"/> <Card text="Keystrokes" icon="keystrokes"/> </Slider> - <Slider dir="right" childrenNum={8}> + <Slider dir="right" wrapperClass="bg-blue-100" childrenNum={8}> <Card text="Chatting" icon="chatting"/> <Card text="PolySprint" icon="polysprint"/> <Card text="VanillaHUD" icon="vanillahud"/> |
