URL filter functionality.

This commit is contained in:
Mike Cao 2020-09-25 22:31:18 -07:00
parent 6bc371352c
commit 4fded49b03
27 changed files with 251 additions and 117 deletions

View file

@ -36,6 +36,11 @@
align-items: center;
}
.url {
text-align: center;
margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
.filter {
display: block;