Add link to realtime referrers.

This commit is contained in:
Mike Cao 2022-03-01 19:41:37 -08:00
parent 0b846b482d
commit f547f2b0ec
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
.title {
color: var(--gray900);
font-size: var(--font-size-large);
line-height: var(--font-size-large);
line-height: var(--font-size-xlarge);
align-items: center;
display: flex;
max-width: 100%;
@ -17,6 +17,7 @@
}
.active {
display: flex;
justify-content: center;
}