Skip to content

Commit

Permalink
Responsive styles
Browse files Browse the repository at this point in the history
Signed-off-by: Alfiya Siddique <[email protected]>
  • Loading branch information
AlfiyaSiddique committed Jul 24, 2024
1 parent 33b781f commit 3a70710
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/Call-To-Actions/CTA_Bottom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ const CTA_BottomWrapper = styled.div`
button {
width: fit-content;
}
@media(max-width: 600px){
flex-direction: column-reverse;
height: auto;
img{
max-width: 95%;
}
.cta-content{
max-width: none;
}
}
`;

const defaultHeading = "Layer5 Community";
Expand Down

0 comments on commit 3a70710

Please sign in to comment.