remove excessive header margin from cost overview banner

This commit is contained in:
Ryan Vazquez
2020-11-16 09:41:01 -05:00
parent 90acea0a25
commit 2f8a074dd2
@@ -191,7 +191,7 @@ export const CostInsightsPage = () => {
const CostOverviewBanner = () => (
<Box
px={3}
marginTop={10}
pt={6}
display="flex"
flexDirection="row"
justifyContent="space-between"