Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,17 @@
@layer base {
html,
body {
@apply overflow-x-hidden scroll-smooth;
@apply overflow-x-hidden scroll-smooth h-full;
}

body {
@apply text-gray-darker dark:text-white dark:bg-[#111] font-sans text-base leading-normal m-0;
@apply snap-y snap-proximity text-gray-darker dark:text-white dark:bg-[#111] font-sans text-base leading-normal m-0;
}

header,
footer,
section {
@apply snap-start;
}

a:focus-visible,
Expand Down