Refactor components and styles.

This commit is contained in:
Mike Cao 2020-08-03 18:12:28 -07:00
parent c5599f1e20
commit a2db27894f
16 changed files with 189 additions and 184 deletions

View file

@ -13,7 +13,7 @@
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
padding: 10px 0;
}
.sticky {
@ -21,7 +21,6 @@
top: 0;
margin: auto;
background: #fff;
padding: 10px 0;
border-bottom: 1px solid #e1e1e1;
z-index: 1;
z-index: 2;
}