diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 12:12:44 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 12:12:44 +0100 |
commit | f8da6344f2e6c3ec58d90a9731f6bf7b96787cc9 (patch) | |
tree | 82e39ad44eb2a595a47745c6dfe36b13b6f56ec2 | |
parent | f3a7e39a5a261f617c7c9bcece661656dcc13c15 (diff) | |
download | Nexus-f8da6344f2e6c3ec58d90a9731f6bf7b96787cc9.tar.gz Nexus-f8da6344f2e6c3ec58d90a9731f6bf7b96787cc9.tar.bz2 Nexus-f8da6344f2e6c3ec58d90a9731f6bf7b96787cc9.zip |
Update hero section of oneconfig page
-rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index 148fbec..dc3367a 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -14,7 +14,7 @@ import { Code } from 'astro:components'; --- <Layout> - <Section class="flex-col justify-center items-center h-screen md:h-4/5 md:min-h-[600px]"> + <Section class="flex-col justify-center items-center h-screen md:max-h-[800px] md:min-h-[600px]"> <Logo size={56} logo="oneconfig.minimal"/> <Header align="center" size="xxl" class="max-w-[600px]"> Meet <b>OneConfig</b>, the library designed for <b>everyone</b>. |