Skip to content

Commit

Permalink
working on preview spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wess authored and TorstenDittmann committed Feb 25, 2024
1 parent 2dfedda commit 97493c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
.phone {
position: relative;
width: 320px;
height: 539px;
height: 430px;
background-image: url('./sms-preview-light.svg');
background-repeat: no-repeat;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
</FormList>
<SMSPhone content={$messageParams[$providerType]['content']} classes="is-only-desktop" />
</div>
<div class="u-flex u-main-center u-margin-block-start-24">
<SMSPhone content={$messageParams[$providerType]['content']} classes="is-not-desktop" />
<div class="u-flex u-main-center u-margin-block-start-24 is-not-desktop">
<SMSPhone content={$messageParams[$providerType]['content']} />
</div>

0 comments on commit 97493c3

Please sign in to comment.