Skip to content

Commit 492b37e

Browse files
author
ComputelessComputer
committed
Remove landing screenshot frame
Drop the outer screenshot wrapper styling and the extra image border on the landing page.
1 parent c9ec21b commit 492b37e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

apps/landing/src/pages/index.astro

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,11 @@ const faqItems = [
175175
<style>
176176
.product-shot {
177177
margin: 28px 0 32px;
178-
padding: 12px;
179-
border: 1px solid var(--line);
180-
border-radius: 18px;
181-
background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
182-
box-shadow:
183-
0 18px 40px rgba(17, 17, 17, 0.08),
184-
inset 0 1px 0 rgba(255, 255, 255, 0.9);
185178
}
186179

187180
.product-shot img {
181+
display: block;
188182
width: 100%;
189-
border: 1px solid #dddddd;
190183
border-radius: 12px;
191184
}
192185

0 commit comments

Comments
 (0)