Clean up borders and spacing. Make nav header fixed at the top.

This commit is contained in:
Junior 2026-06-30 20:05:01 -04:00
parent ee0531b330
commit a1b9570553

View File

@ -35,24 +35,24 @@ a, a:link, a:visited, a:active {
font-weight: bold; font-weight: bold;
font-family: var(--default-font); font-family: var(--default-font);
text-align: center; text-align: center;
margin-left: 20px;
margin-right: 20px;
border-bottom: 2px solid var(--foreground-color); border-bottom: 2px solid var(--foreground-color);
background-color: var(--background-color);
width: 100%;
top: 0;
position: fixed;
z-index: 100;
} }
.sorter { .sorter {
float: left; float: left;
top: 0px; top: 0px;
left: 0px;
} }
.name { .name {
float: right; float: right;
top: 0px; top: 0px;
right: 5px;
} }
.list { .list {
width: 100%; width: 100%;
margin: 10px auto auto auto; margin: 2em auto auto auto;
position: relative; position: relative;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;