Fix horiz. pad. on mobile layout

This commit is contained in:
finned-palmer 2021-09-11 10:54:19 -05:00
parent 4a53e89186
commit 648a6efed2

View File

@ -22,7 +22,7 @@ const Header = () => {
justifyContent="space-between"
alignItems="center"
mb={5}
px={[0, 4]}
px={[2, 4]}
style={{
boxShadow: '0px 1px 0px rgba(0, 0, 0, 0.1)',
}}