Tweak margin on banner

This commit is contained in:
Fred Carlsen
2018-12-13 17:41:21 +01:00
parent 1c413e632b
commit d84c740274

View File

@@ -78,6 +78,8 @@ export const Banner: React.StatelessComponent<Props> = (props: Props) => {
};
const CustomSection = styled(Section)`
margin-top: 30px;
@media (max-width: 900px) {
text-align: center;