18 lines
174 B
CSS
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;
|
|
}
|