Menu Fix 2
Some checks failed
Linting and checking code / get-version (push) Successful in 2s
Build and deploy preview site / check-tag (push) Successful in 2s
Linting and checking code / astro-check (push) Successful in 17s
Build and deploy preview site / checking (push) Successful in 21s
Build and deploy preview site / build-site (push) Successful in 1m3s
Build and deploy preview site / run-unlighthouse (push) Successful in 0s
Build and deploy preview site / create-release (push) Successful in 6s
Build and deploy preview site / auto-deploy-dockge (push) Failing after 31s

This commit is contained in:
Firq 2024-10-30 20:45:41 +01:00
parent cc885e7740
commit f9fb025622
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.48",
"version": "0.2.0-pre.49",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -60,7 +60,7 @@ const hamburger_src_url = `url("${hamburger.src}")`
background-color: var(--c-primary-text);
width: 2.25rem;
height: 2.25rem;
margin-right: 4px;
margin-right: 10px;
}
@media (min-width: 1140px) {