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