View all rankings in details.

This commit is contained in:
Mike Cao 2020-08-09 15:13:38 -07:00
parent f535dca7b9
commit cd76cc895f
16 changed files with 472 additions and 283 deletions

View file

@ -10,6 +10,11 @@
}
.header {
min-height: 90px;
}
.metrics {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
@ -22,5 +27,5 @@
margin: auto;
background: var(--gray50);
border-bottom: 1px solid var(--gray300);
z-index: 2;
z-index: 3;
}