diff options
| author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 11:50:17 +0100 |
|---|---|---|
| committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 11:50:17 +0100 |
| commit | 569eed93a68c0cc6707f8640f5dd569f6176964a (patch) | |
| tree | 69e7de61a6a672d46ee5db0eee3ef8f47169f7b6 /apps/website/src/pages/projects | |
| parent | 1beed29a838774cc3b177f38bb765d9e307e9f28 (diff) | |
| download | Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.tar.gz Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.tar.bz2 Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.zip | |
Padding fixes and slight tweaks to icons etc
Diffstat (limited to 'apps/website/src/pages/projects')
| -rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index a712d18..c67a4fd 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -38,8 +38,8 @@ import { Code } from 'astro:components'; </Section> <Section tabindex="0" colReverse={false}> - <div slot="left" class="w-1/2 max-w-80 md:max-w-none md:w-auto flex justify-center"> - <img class="w-full md:w-[20rem]" src="/media/oneconfig/page_media_2.svg" alt="stuff"/> + <div slot="left" class="flex justify-center"> + <img class="max-sm:w-full w-64" src="/media/oneconfig/page_media_2.svg" alt="stuff"/> </div> <div slot="right"> @@ -134,9 +134,9 @@ import { Code } from 'astro:components'; <Button iconLeft="link-external" style="ghost" text="Download a modpack"/> </div> </div> - <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 bg-blue-100" childrenNum={8}> + <div class="flex flex-col justify-center items-center bg-blue-100 pb-10 max-w-full overflow-x-hidden"> + <div class="flex flex-col justify-between items-center overflow-x-hidden h-[290px] max-w-[1920px]"> + <Slider wrapperClass="-mb-40 mb-2 bg-blue-100" childrenNum={8}> <Card text="Chatting" icon="chatting"/> <Card text="PolySprint" icon="polysprint"/> <Card text="VanillaHUD" icon="vanillahud"/> |
