From 2da732d58bfa2d31c48434557f32e2b7ce65855d Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 3 Jan 2024 01:35:56 +0100 Subject: [PATCH] Fix for hero --- package.json | 2 +- src/components/hero.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c18dc87..b2aea36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fgo-ta-com-website", "type": "module", - "version": "0.1.8", + "version": "0.1.9", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/components/hero.astro b/src/components/hero.astro index 65e753f..00d16f4 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -30,7 +30,7 @@ const release = `https://forgejo.neshweb.net/Firq/fgo-ta-com-website/releases/ta div { display: flex; width: 100%; - height: 5em; + max-height: auto; background-color: var(--c-gray); text-align: center; align-items: center;