Clean up borders and spacing. Make nav header fixed at the top.
This commit is contained in:
parent
ee0531b330
commit
a1b9570553
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user