Improve CTASection responsiveness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user