Commit b11c430
committed
fix(css): keep the footer's cross-site link on one line
On a phone the last line of the footer wraps at its final opportunity, which
is the space before the ↗, so the arrow landed alone on the next line looking
like a stray bullet. white-space: nowrap on the anchor holds the link together;
the prose in front of it still wraps, and at 320px the longest of the two
labels ("Visit imqueue.org ↗", 155px) still clears a 256px container, so
nothing overflows.1 parent 3e8c015 commit b11c430
1 file changed
Lines changed: 6 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 | | |
177 | 183 | | |
178 | 184 | | |
| |||
0 commit comments