help/rtfd/public/html/style/reset.css
2025-01-26 22:15:29 +01:00

18 lines
174 B
CSS

* {
box-sizing: border-box;
/*
margin: .5px;
padding: .5em;
/**/
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
figcaption,
li,
p {
max-width: 64ch;
text-wrap: pretty;
}