fix header alignment

This commit is contained in:
tarafanlin 2020-10-26 12:22:58 -07:00
parent 94615f639b
commit 190854f0d3

View File

@ -8,7 +8,7 @@ const STYLES_CONTAINER = css`
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 24px 64px 24px 40px;
padding: 24px 64px 24px 42px;
width: 100%;
margin: 0 auto;
z-index: ${Constants.zindex.header};