hyphens at short widths

This commit is contained in:
Heydon Pickering 2017-09-03 21:07:43 +01:00
parent 6d8f7ea60c
commit 94696d8b7d
3 changed files with 11 additions and 1 deletions

View File

@ -796,6 +796,11 @@ h1 svg {
width: 1px;
}
@media screen and (max-width: 45em) {
body {
hyphens: auto;
}
[role="banner"] {
position: static;
width: auto;

File diff suppressed because one or more lines are too long

View File

@ -796,6 +796,11 @@ h1 svg {
width: 1px;
}
@media screen and (max-width: 45em) {
body {
hyphens: auto;
}
[role="banner"] {
position: static;
width: auto;