Button normalization; font & margin = 0.

This commit is contained in:
2020-07-19 23:39:40 +02:00
parent 6f889cdfd4
commit 0f69861f68

View File

@@ -12,6 +12,8 @@ a {
button {
cursor: pointer;
-webkit-appearance: unset;
margin: 0;
font-family: inherit;
// disable-dbl-tap-zoom
touch-action: manipulation;