Fix for hero
All checks were successful
/ publish (push) Successful in 34s
/ checking (push) Successful in 15s
/ release (push) Successful in 26s
/ build-site (push) Successful in 2m40s
/ unlighthouse (push) Successful in 1m8s
/ deploy-unlighthouse-files (push) Successful in 54s
/ deploy-unlighthouse-site (push) Successful in 12s

This commit is contained in:
Firq 2024-01-03 01:35:56 +01:00
parent 75478e8acb
commit 2da732d58b
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", "name": "fgo-ta-com-website",
"type": "module", "type": "module",
"version": "0.1.8", "version": "0.1.9",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "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 { div {
display: flex; display: flex;
width: 100%; width: 100%;
height: 5em; max-height: auto;
background-color: var(--c-gray); background-color: var(--c-gray);
text-align: center; text-align: center;
align-items: center; align-items: center;