Skip to content

Commit c9778f6

Browse files
author
LinuxJava7
committed
improve bottom bar and fix body padding
1 parent 5121718 commit c9778f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

style.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,10 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
334334
list-style: none;
335335
margin: 0;
336336
padding: 0;
337-
gap: 0.5rem;
338337
width: 100%;
339338
height: 100%;
340-
justify-content: center;
341-
align-items: center;
342-
align-content: center;
339+
justify-content: space-evenly;
340+
max-width: 28rem;
343341
}
344342

345343
.view-switcher-narrow li {
@@ -532,7 +530,7 @@ footer {
532530
}
533531

534532
body {
535-
margin-top: 3rem;
533+
padding-top: 3rem;
536534
}
537535

538536
}

0 commit comments

Comments
 (0)