help/rtfd/public/html/style/reset.css

19 lines
174 B
CSS
Raw Normal View History

2025-01-26 15:52:36 +01:00
* {
box-sizing: border-box;
/*
2025-01-26 17:23:23 +01:00
margin: .5px;
padding: .5em;
2025-01-26 15:52:36 +01:00
/**/
}
2025-01-26 21:55:22 +01:00
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
2025-01-26 22:15:29 +01:00
figcaption,
li,
p {
max-width: 64ch;
text-wrap: pretty;
}