paginated authors
This commit is contained in:
parent
352d4e0a7a
commit
ead3672570
12 changed files with 175 additions and 23 deletions
|
@ -3,6 +3,21 @@
|
|||
overflow: scroll;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
header.fixed {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
background: var(--pico-background-color)
|
||||
}
|
||||
|
||||
nav ul li {
|
||||
padding-top: 0rem;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.nav-active {
|
||||
border-bottom: solid var(--pico-primary-underline);
|
||||
}
|
||||
|
||||
.book-card hgroup {
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue