Referrer filtering.

This commit is contained in:
Mike Cao 2021-11-21 22:00:14 -08:00
parent 65d4094095
commit ebd52335bb
15 changed files with 158 additions and 54 deletions

View file

@ -1,9 +1,14 @@
.container {
position: relative;
display: flex;
flex-direction: column;
align-self: stretch;
}
.chart {
position: relative;
}
.title {
font-size: var(--font-size-large);
line-height: 60px;
@ -37,11 +42,6 @@
align-items: center;
}
.url {
text-align: center;
margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
.filter {
display: block;