Fix for hero

This commit is contained in:
Firq 2024-01-03 01:35:56 +01:00
parent 75478e8acb
commit 9adc20defe
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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;