Skip to content

Commit

Permalink
adjusted height of phone for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
wess authored and TorstenDittmann committed Feb 25, 2024
1 parent 97493c3 commit 62a5cbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
<div class="project-name u-text-center u-x-small u-width-full-line">{$project.name}</div>
<div class="chat u-text-center u-width-full-line">
<div class="time u-text-center u-x-small u-width-full-line u-line-height-0-7">
<div class="time u-text-center u-width-full-line u-line-height-0-7">
Today {getTime()}
</div>
<div class="chat-bubble-container">
Expand All @@ -51,7 +51,7 @@
.phone {
position: relative;
width: 320px;
height: 430px;
height: 410px;
background-image: url('./sms-preview-light.svg');
background-repeat: no-repeat;
Expand Down

0 comments on commit 62a5cbc

Please sign in to comment.