disable link hover transform on mobile breakpoint

This commit is contained in:
Jonathan Souter
2023-02-28 21:43:49 +10:30
parent 60d6d79dbd
commit 913bc17ec0

View File

@ -197,9 +197,9 @@ nav {
/* width: min-content; */ /* width: min-content; */
} }
/* a:hover { a:hover {
transform: none; transform: none;
} */ }
} }
article>p { article>p {