Skip to content

Commit 4ad74d9

Browse files
committed
docs: Tweak CSS for Github Pages again (see #4085)
1 parent f597637 commit 4ad74d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/assets/css/style.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ header h1 {
2020
}
2121

2222
/* Fix footer text wrapping */
23-
header p.view,
24-
header p:last-child {
23+
header p,
24+
header small {
2525
word-wrap: break-word;
2626
overflow-wrap: break-word;
27-
font-size: 0.8em;
27+
white-space: normal;
28+
max-width: 100%;
29+
font-size: 0.75em;
30+
display: block;
2831
}
2932

3033
/* Prevent link hover from adding bold (causes layout shift) */

0 commit comments

Comments
 (0)