/* Respect if the user does not want to see animations */
@media (prefers-reduced-motion: no-preference) {
/* Anything that has something being targeted */
:has(:target) {
scroll-behaviour: smooth;
scroll-padding-top: 3rem;
}
}/* Respect if the user does not want to see animations */
@media (prefers-reduced-motion: no-preference) {
/* Anything that has something being targeted */
:has(:target) {
scroll-behaviour: smooth;
scroll-padding-top: 3rem;
}
}