Checkbox fix 2
All checks were successful
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 12s
Build and deploy preview site / checking (push) Successful in 13s
Build and deploy preview site / build-site (push) Successful in 1m4s
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) Successful in 8s

This commit is contained in:
Firq 2024-10-30 21:41:38 +01:00
parent 6ff1e5ec1c
commit 2321c5e5ab
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -57,6 +57,7 @@ const hamburger_src_url = `url("${hamburger.src}")`
display:flex;
align-items: center;
justify-content: center;
touch-action: manipulation;
}
.dropdown {