Skip to content

Commit

Permalink
two previews on Ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayadav09 committed Jan 31, 2024
1 parent c6416e0 commit 524fdd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/OnboardingSPA/steps/SiteGen/Preview/stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

&__options {

@media (max-width: #{ ($break-xlarge) }) {
@media (max-width: #{ ($break-medium) }) {
flex-direction: column;
}

Expand All @@ -55,6 +55,8 @@
margin: 10px 10px 55px 10px;
flex-wrap: wrap;
max-width: 1440px;
align-items: center;
justify-content: center;
}

&__note {
Expand Down

0 comments on commit 524fdd8

Please sign in to comment.