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;