website: fixes text overflow of var sample on entry page
This commit is contained in:
parent
2983d8bf98
commit
01d2e27868
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
--var-letterSpacing: -0.03em;
|
--var-letterSpacing: -0.03em;
|
||||||
--var-lineHeight: 1.1;
|
--var-lineHeight: 1.1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
.variable-sample {
|
.variable-sample {
|
||||||
|
|
|
||||||
Reference in a new issue