diff --git a/bun.lockb b/bun.lockb index 3862f4f..03e6e41 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b1569f3..ab851d5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/alpinejs": "^3.13.11", "alpinejs": "^3.15.12", "android-sms-gateway": "^3.0.0", - "astro": "^7.0.7", + "astro": "7.0.8", "iconify-icon": "^3.0.2", "ofetch": "^1.5.1", "otplib": "12.0.1", diff --git a/src/pages/index.astro b/src/pages/index.astro index 7f1fb2e..8b23a07 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -254,8 +254,11 @@ import Layout from "@layouts/BaseLayout.astro"; flex-direction: row; align-items: center; } - .sided > div { - flex: auto; + @media (max-width: 768px) { + .sided { + text-align: center; + flex-direction: column; + } } @@ -263,9 +266,9 @@ import Layout from "@layouts/BaseLayout.astro"; id="hero" x-data="{ themes: [ - { value: 'winternight', label: 'Winternight' }, - { value: 'sunnyvale-forest', label: 'SunnyVale' }, - { value: 'city-destroyed', label: 'Apocalypse' }, + { value: 'winternight', label: 'Winternight Valley' }, + { value: 'sunnyvale-forest', label: 'Sunnyvale' }, + { value: 'city-destroyed', label: 'Apocalyptia' }, ], index: 0, get theme() { return this.themes[this.index].value }, @@ -276,7 +279,8 @@ import Layout from "@layouts/BaseLayout.astro";

Hi, I'm badblocks!

I ♥ building websites and making things!

-
+
+