Skip to content

Commit 3f4d072

Browse files
committed
Fix footer centering
1 parent 9aece2f commit 3f4d072

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/play.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -346,21 +346,20 @@ label[for=optIndent] {
346346

347347
footer {
348348
margin: 1rem;
349-
}
350-
351-
footer > * {
352-
margin: 1rem 0;
353349
display: flex;
354-
align-items: center;
350+
flex-direction: row;
351+
flex-wrap: wrap;
355352
justify-content: center;
353+
align-items: center;
354+
text-align: center;
356355
}
357356

358-
footer > p {
359-
white-space: pre-wrap;
357+
footer > * {
358+
width: 100%;
360359
}
361360

362361
#refs a {
363-
margin: 0 .3rem;
362+
text-decoration: none;
364363
}
365364

366365
details[open] {

0 commit comments

Comments
 (0)