page transitions

This commit is contained in:
rimu 2024-08-05 18:13:19 +12:00
parent 64d6fadb64
commit a55b38d1ce
2 changed files with 7 additions and 0 deletions

View file

@ -441,6 +441,9 @@ fieldset legend {
background-color: #d8e5ee;
}
@view-transition {
navigation: auto;
}
@media (min-width: 768px) {
html {
scroll-padding-top: 80px;

View file

@ -7,6 +7,10 @@
$min-touch-target: 44px;
@view-transition {
navigation: auto;
}
html {
@include breakpoint(phablet) {
scroll-padding-top: 80px;