Skip to content

Commit ec0bb06

Browse files
committed
Add border to screenshot
1 parent e7aa7e4 commit ec0bb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ <h2>Your calendar.<br>Your device.<br>Your rules.</h2>
545545
<img src="images/KashCal-Home.png"
546546
alt="KashCal app showing January 2026 calendar"
547547
width="280" height="484"
548-
style="border-radius: 24px; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);">
548+
style="border-radius: 32px; border: 3px solid #2a2a2a; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);">
549549
</div>
550550
</div>
551551
</section>

0 commit comments

Comments
 (0)