We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5121718 commit c9778f6Copy full SHA for c9778f6
style.css
@@ -334,12 +334,10 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
334
list-style: none;
335
margin: 0;
336
padding: 0;
337
- gap: 0.5rem;
338
width: 100%;
339
height: 100%;
340
- justify-content: center;
341
- align-items: center;
342
- align-content: center;
+ justify-content: space-evenly;
+ max-width: 28rem;
343
}
344
345
.view-switcher-narrow li {
@@ -532,7 +530,7 @@ footer {
532
530
533
531
534
body {
535
- margin-top: 3rem;
+ padding-top: 3rem;
536
537
538
0 commit comments