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

View file

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