feat(frontend): balance heading text (#952)
This commit is contained in:
parent
b1c200c9aa
commit
82e4a9d0f4
|
|
@ -8,5 +8,6 @@
|
|||
@import "link-share";
|
||||
@import "loading";
|
||||
@import "flatpickr";
|
||||
@import "typography";
|
||||
@import 'helpers';
|
||||
@import 'navigation';
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
text-wrap: balance;
|
||||
}
|
||||
Loading…
Reference in New Issue