Skip to content

Commit

Permalink
indent fix
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 667903e commit 197c391
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/Call-To-Actions/CTA_Bottom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ const CTA_BottomWrapper = styled.div`
}
@media(max-width: 600px){
flex-direction: column-reverse;
height: auto;
flex-direction: column-reverse;
height: auto;
img{
max-width: 95%;
}
img{
max-width: 95%;
}
.cta-content{
max-width: none;
}
.cta-content{
max-width: none;
}
}
`;

Expand Down

0 comments on commit 197c391

Please sign in to comment.