Skip to content

Commit 6a2fbf4

Browse files
committed
Add phone screenshot
1 parent 891de37 commit 6a2fbf4

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

assets/images/phone150w.webp

7.52 KB
Loading

assets/images/phone300w.webp

19.7 KB
Loading

assets/images/phone450w.webp

33 KB
Loading

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
/>
190190
</div>
191191
</div>
192-
<div class="flex-1 xl:max-w-198">
192+
<div class="flex-1 xl:max-w-198 relative">
193193
<img
194194
class="max-w-full w-full"
195195
src="/softpoint/assets/images/statlaptop1746w.webp"
@@ -201,6 +201,16 @@
201201
"
202202
alt="SoftPoint screenshot"
203203
/>
204+
<img
205+
class="w-150/792 absolute top-3/10 left-1/12"
206+
src="/softpoint/assets/images/phone300w.webp"
207+
srcset="
208+
/softpoint/assets/images/phone150w.webp 150w,
209+
/softpoint/assets/images/phone300w.webp 300w,
210+
/softpoint/assets/images/phone450w.webp 450w
211+
"
212+
alt="SoftPoint mobile screenshot"
213+
/>
204214
</div>
205215
</div>
206216
</section>

0 commit comments

Comments
 (0)