We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aece2f commit 3f4d072Copy full SHA for 3f4d072
src/play.css
@@ -346,21 +346,20 @@ label[for=optIndent] {
346
347
footer {
348
margin: 1rem;
349
-}
350
-
351
-footer > * {
352
- margin: 1rem 0;
353
display: flex;
354
- align-items: center;
+ flex-direction: row;
+ flex-wrap: wrap;
355
justify-content: center;
+ align-items: center;
+ text-align: center;
356
}
357
358
-footer > p {
359
- white-space: pre-wrap;
+footer > * {
+ width: 100%;
360
361
362
#refs a {
363
- margin: 0 .3rem;
+ text-decoration: none;
364
365
366
details[open] {
0 commit comments