cv.marc/style/reset.css
2025-02-17 22:27:07 +01:00

39 lines
404 B
CSS

*::after,
*::before,
* {
box-sizing: border-box;
}
* {
font: inherit;
margin: 0;
padding: 0;
}
html {
}
body {
/* LATER */
hanging-punctuation: first last;
min-block-size: 100svh;
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
figcaption,
li,
p {
/* LATER */
text-wrap: pretty;
}
img,
picture,
svg,
video {
display: block;
max-inline-size: 100%;
}