better support for javascript disabled browsers

This commit is contained in:
Worble 2019-05-06 23:08:24 +01:00
parent df5fc9890b
commit d2a2d9459a
3 changed files with 13 additions and 3 deletions

View file

@ -118,4 +118,12 @@ input#search::placeholder{
.footer{
margin-top: 4rem;
padding: 2rem;
}
.pagination-previous, .pagination-next {
flex-grow: 0;
}
.theme-select-container{
margin-left:auto;
}