Skip to content

Commit 314b98e

Browse files
heikkitoivonencodex
andcommitted
Update: Keep footer on one line
Co-Authored-By: Codex <codex@openai.com>
1 parent 9d69298 commit 314b98e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

docs/stylesheets/extra.css

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.footer-meta {
77
align-items: center;
88
display: flex;
9-
flex-wrap: wrap;
9+
flex-wrap: nowrap;
1010
gap: 0.5rem 1rem;
1111
width: 100%;
1212
}
@@ -15,6 +15,8 @@
1515
display: flex;
1616
flex-direction: column;
1717
gap: 0.25rem;
18+
min-width: 0;
19+
flex: 1 1 auto;
1820
}
1921

2022
.footer-meta__right {
@@ -40,16 +42,3 @@
4042
overflow: visible;
4143
text-overflow: clip;
4244
}
43-
44-
@media screen and (max-width: 24em) {
45-
.footer-meta {
46-
flex-direction: column;
47-
align-items: stretch;
48-
}
49-
50-
.footer-meta__right {
51-
display: flex;
52-
justify-content: flex-end;
53-
margin-left: 0;
54-
}
55-
}

0 commit comments

Comments
 (0)