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-family: var(--default-font);
text-align: center;
margin-left: 20px;
margin-right: 20px;
border-bottom: 2px solid var(--foreground-color);
background-color: var(--background-color);
width: 100%;
top: 0;
position: fixed;
z-index: 100;
}
.sorter {
float: left;
top: 0px;
left: 0px;
}
.name {
float: right;
top: 0px;
right: 5px;
}
.list {
width: 100%;
margin: 10px auto auto auto;
margin: 2em auto auto auto;
position: relative;
display: flex;
flex-wrap: wrap;