Progress check-in.

This commit is contained in:
Mike Cao 2023-02-04 08:59:52 -08:00
parent 30274a07fd
commit 54d5af5cbb
35 changed files with 540 additions and 405 deletions

View file

@ -24,15 +24,6 @@
display: block;
}
.items {
position: relative;
display: flex;
flex-direction: column;
gap: 20px;
margin-right: -2px;
width: 200px;
}
.item {
position: relative;
display: flex;
@ -43,6 +34,7 @@
gap: var(--size500);
font-weight: 600;
width: 200px;
margin-right: -2px;
}
a.item {