fix(home): keep top svg at same relative height regardless of res, align to right

This commit is contained in:
Jeremy
2020-01-25 11:06:24 -05:00
committed by Jean-Philippe Sirois
parent a5598126d0
commit 7f49709c94
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const waves = css`
export const StyledWavesTop = styled(WavesTop)`
${waves};
top: 0;
left: 0;
height: 87vh;
`
export const StyledWavesBottom = styled(WavesBottom)`