mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 19:49:13 +00:00
navbar fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/* Global stylesheet */
|
||||
|
||||
@import "tailwindcss";
|
||||
|
||||
/* Design tokens & theme variables (light defaults) */
|
||||
:root {
|
||||
/* color tokens (light defaults) */
|
||||
@@ -79,7 +81,7 @@ body {
|
||||
min-height: 100vh;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
transition: background-color 160ms ease, color 160ms ease;
|
||||
padding-top: var(--nav-height); /* reserve navbar */
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
/* Container pattern */
|
||||
|
||||
Reference in New Issue
Block a user