Files
planetposen/frontend/styles/normalize.scss

21 lines
241 B
SCSS

body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: inherit;
}
button {
cursor: pointer;
-webkit-appearance: unset;
margin: 0;
font-family: inherit;
// disable-dbl-tap-zoom
touch-action: manipulation;
}