Format long numbers. Updated README.

This commit is contained in:
Mike Cao 2020-08-19 14:35:38 -07:00
parent c6b9682296
commit b1493dfef8
10 changed files with 77 additions and 26 deletions

View file

@ -1,8 +1,9 @@
.container {
.bar {
display: flex;
cursor: pointer;
}
@media only screen and (max-width: 1000px) {
@media only screen and (max-width: 992px) {
.container > div:last-child {
display: none;
}