11 lines
115 B
CSS
11 lines
115 B
CSS
* {
|
|
box-sizing: border-box;
|
|
/*
|
|
margin: .5px;
|
|
padding: .5em;
|
|
/**/
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
text-wrap: balance;
|
|
}
|