Menu Fix
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 18s
Build and deploy preview site / checking (push) Successful in 16s
Build and deploy preview site / build-site (push) Successful in 1m9s
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 26s

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

View file

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

View file

@ -27,8 +27,9 @@ const hamburger_src_url = `url("${hamburger.src}")`
.dropdown-content {
display: none;
flex-wrap: wrap;
flex-direction: row;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--c-primary-background);
width: 100%;
height: 0px;