Menu Fix 2
This commit is contained in:
parent
cc885e7740
commit
c7b9a7f9ca
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue