fix mobile hover strangeness

This commit is contained in:
2019-12-14 12:41:03 -08:00
parent 7e2d33581c
commit 3bdcc902bd

View File

@@ -4,6 +4,7 @@ body {
color: #335; color: #335;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
margin: 0; margin: 0;
overflow-x: hidden;
padding: 0; padding: 0;
} }