Fix out of place outline when elements are clicked on mobile devices

This commit is contained in:
Sam McElligott 2022-01-08 21:12:16 +00:00
parent 9cf4e77194
commit 2f152ad22e

View File

@ -63,4 +63,8 @@ body, html, input, button {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1rem;
}
*:focus {
outline: none;
}