Skip to content

Commit

Permalink
mobile ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
girish-lokapure committed Nov 24, 2023
1 parent fd08812 commit 86adc2f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/OnboardingSPA/steps/SiteGen/SocialMedia/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,25 @@
}
}
}

@media only screen and (max-width: 600px) {

&__contain {
margin: 8px;
flex-direction: column;
justify-content: center;
align-items: center;
flex-direction: column;
justify-content: center;
align-items: center;
width: 85%;
}

&__containright {

&__button {
padding: 8px 12px;
padding: 8px 12px;
}

&__button i {
width: 20px;
width: 20px;
height: 20px;
}
}
Expand Down

0 comments on commit 86adc2f

Please sign in to comment.