Pretty text wrap (thanks css-tips)
This commit is contained in:
@ -5,6 +5,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
text-wrap: pretty;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
// scrollbar-color: var(--primary-color) transparent;
|
// scrollbar-color: var(--primary-color) transparent;
|
||||||
accent-color: var(--primary-color);
|
accent-color: var(--primary-color);
|
||||||
|
@ -5,6 +5,7 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
|
text-wrap: balance;
|
||||||
margin: 3rem 0 1rem;
|
margin: 3rem 0 1rem;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
Reference in New Issue
Block a user