* better mobile experience

This commit is contained in:
Santiago Cattaneo 2022-04-18 14:54:51 -03:00
parent 3be9767389
commit 875acffe5a

View file

@ -4,6 +4,10 @@ html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
overscroll-behavior: none;
}
h1:focus {
outline: none;
}