Menu Fix 2

This commit is contained in:
Firq 2024-10-30 20:45:41 +01:00
parent cc885e7740
commit c7b9a7f9ca
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", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.48", "version": "0.2.0-pre.49",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

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