ln.templates/ln.templates.service/storage/resources/css/reset.css

41 lines
613 B
CSS

*, *::after, *::before {
box-sizing: border-box;
padding: 0px;
font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
html, body {
height: 100%;
}
nav, a {
display: inline-block;
}
a:visited {
color: blue;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}
html {
overflow: hidden;
}
body {
position: relative;
font-family: "DejaVu Sans", "Helvetica", "Nimbus Sans", "Open Sans", "Arial";
font-size: var(--lns-base-font-size);
line-height: var(--lns-base-line-height);
overflow-scrolling: auto;
}
/*# sourceMappingURL=reset.css.map */