filter/sort

This commit is contained in:
j 2022-01-27 14:42:48 +00:00
commit 097d64a2ce
7 changed files with 78 additions and 19 deletions

View file

@ -8,6 +8,10 @@
text-decoration: none;
}
.actions {
text-align: right;
}
select {
font-size: 18px;
font-family: "noto_sans", sans-serif;

View file

@ -31,6 +31,7 @@
@media screen and (max-width: 1100px) {
h1 {
display: block;
font-size: 16px;
}
}