hyphens at short widths
This commit is contained in:
parent
6d8f7ea60c
commit
94696d8b7d
|
@ -796,6 +796,11 @@ h1 svg {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 45em) {
|
@media screen and (max-width: 45em) {
|
||||||
|
|
||||||
|
body {
|
||||||
|
hyphens: auto;
|
||||||
|
}
|
||||||
|
|
||||||
[role="banner"] {
|
[role="banner"] {
|
||||||
position: static;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -796,6 +796,11 @@ h1 svg {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 45em) {
|
@media screen and (max-width: 45em) {
|
||||||
|
|
||||||
|
body {
|
||||||
|
hyphens: auto;
|
||||||
|
}
|
||||||
|
|
||||||
[role="banner"] {
|
[role="banner"] {
|
||||||
position: static;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user