Skip to content

Commit

Permalink
Enable hyphenation on narrow screens (closes #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex committed Sep 28, 2024
1 parent 20f16c1 commit 52eead8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ a.busy-link {
width: 50%;
font-size: 1rem; /* Default would be 1.15rem from body */
}
@media only screen and (max-width: 720px) {
#result-table td {
hyphens: auto;
}
}
#result-table tr {
background-color: var(--bg); /* override simple.css */
}
Expand Down

0 comments on commit 52eead8

Please sign in to comment.