We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d69298 commit 314b98eCopy full SHA for 314b98e
docs/stylesheets/extra.css
@@ -6,7 +6,7 @@
6
.footer-meta {
7
align-items: center;
8
display: flex;
9
- flex-wrap: wrap;
+ flex-wrap: nowrap;
10
gap: 0.5rem 1rem;
11
width: 100%;
12
}
@@ -15,6 +15,8 @@
15
16
flex-direction: column;
17
gap: 0.25rem;
18
+ min-width: 0;
19
+ flex: 1 1 auto;
20
21
22
.footer-meta__right {
@@ -40,16 +42,3 @@
40
42
overflow: visible;
41
43
text-overflow: clip;
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