lower padding for sidebar on mobile

This commit is contained in:
Martina 2020-10-01 11:57:37 -07:00
parent 33bd875af3
commit 4407f7c801

View File

@ -150,6 +150,7 @@ const STYLES_SIDEBAR_CONTENT = css`
@media (max-width: ${Constants.sizes.mobile}px) {
padding-top: 8px;
margin-bottom: 48px;
}
`;