misc design progress and testing
This commit is contained in:
@@ -65,7 +65,7 @@ export const Header = () => {
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/" data-active={pathname === "/praktisk"}>
|
||||
<Link href="/praktisk" data-active={pathname === "/praktisk"}>
|
||||
Praktisk info
|
||||
</Link>
|
||||
</li>
|
||||
@@ -99,7 +99,7 @@ export const Header = () => {
|
||||
</Link>
|
||||
</li>
|
||||
<li className={styles.menuItemLarge}>
|
||||
<Link href="/" data-active={pathname === "/praktisk"}>
|
||||
<Link href="/praktisk" data-active={pathname === "/praktisk"}>
|
||||
Praktisk info
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
align-items: flex-end;
|
||||
padding: var(--spacing-sitepadding);
|
||||
background: var(--color-background-secondary);
|
||||
position: relative;
|
||||
z-index: 700;
|
||||
|
||||
button {
|
||||
font-size: var(--font-size-caption);
|
||||
|
||||
Reference in New Issue
Block a user