Skip to content

Commit

Permalink
Added view transition to main css
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmonsour committed Jul 15, 2024
1 parent f1e66ab commit 1ef15b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_includes/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ body {
width: min(var(--page-width-max), 100vw);
}

@view-transition {
navigation: auto;
}

/* general styles */
:is(h1, h2) {
font-size: var(--font-size-xl);
Expand Down

0 comments on commit 1ef15b2

Please sign in to comment.