Improve CTASection responsiveness

This commit is contained in:
Aarni Halinen
2020-12-08 18:21:39 +02:00
parent bd3262c576
commit 1582694faa
+1 -4
View File
@@ -13,10 +13,7 @@ const Section = styled.section<{ colors: string }>`
align-items: baseline;
padding: 2rem 0;
flex-direction: row;
@media screen and (max-width: 600px) {
flex-direction: column;
}
flex-flow: row wrap;
a {
color: inherit;