login works, but no logout; bookmarks broken

This commit is contained in:
rdiedrich
2020-06-26 14:38:37 +02:00
parent 1ef117de29
commit 41649d47c9
3 changed files with 67 additions and 43 deletions

View File

@ -14,6 +14,11 @@ body {
margin: 0 auto;
}
#login-form .control {
min-width: 20rem;
max-width: 30vw;
}
nav.pagination {
background-color: #fff;
margin-top: 2rem;