aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-27 11:56:56 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-27 11:56:56 +0100
commitf3a7e39a5a261f617c7c9bcece661656dcc13c15 (patch)
tree58ad0945ca9787c633c2d056a8cd52ec6b0f1701 /apps/website/src/pages
parenta8b3db9c0344fb82796bad7fc1c3b1b7f20c3fe4 (diff)
downloadNexus-f3a7e39a5a261f617c7c9bcece661656dcc13c15.tar.gz
Nexus-f3a7e39a5a261f617c7c9bcece661656dcc13c15.tar.bz2
Nexus-f3a7e39a5a261f617c7c9bcece661656dcc13c15.zip
Update navbar + some tweaks
Diffstat (limited to 'apps/website/src/pages')
-rw-r--r--apps/website/src/pages/mods.astro8
-rw-r--r--apps/website/src/pages/projects/oneconfig.astro2
2 files changed, 9 insertions, 1 deletions
diff --git a/apps/website/src/pages/mods.astro b/apps/website/src/pages/mods.astro
new file mode 100644
index 0000000..8553c7a
--- /dev/null
+++ b/apps/website/src/pages/mods.astro
@@ -0,0 +1,8 @@
+---
+import Layout from '@layouts/Layout.astro';
+
+---
+
+<Layout>
+
+</Layout>
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro
index 147ea28..148fbec 100644
--- a/apps/website/src/pages/projects/oneconfig.astro
+++ b/apps/website/src/pages/projects/oneconfig.astro
@@ -161,7 +161,7 @@ import { Code } from 'astro:components';
<Section class="flex-col justify-center items-center md:h-4/5 md:min-h-[600px] mb-[10rem]">
<div class="flex relative md:-left-12">
<img src="/media/oneconfig/page_media_4.png" class="rounded-2xl"/>
- <div class="border border-gray-200 rounded-3xl md:rounded-4xl shadow-sm bg-gray-50 flex flex-col justify-center items-center md:items-start p-4 md:p-8 absolute -bottom-12 translate-x-1/2 right-1/2 md:translate-x-0 md:-right-12 gap-y-8">
+ <div class="border border-gray-200 rounded-3xl md:rounded-4xl shadow-sm bg-gray-50 flex flex-col justify-center items-center md:items-start p-4 md:p-8 absolute -bottom-12 translate-x-1/2 right-1/2 md:translate-x-0 md:-right-12 gap-y-2 md:gap-y-8">
<Logo logo="oneconfig.logo_text" class="w-48 h-12 md:min-w-72 md:h-auto"></Logo>
<Button href="/projects/oneconfig/download" iconLeft="download" text="Download now" class="max-w-fit"/>
</div>