Skip to content

Commit 093495c

Browse files
committed
style(website): remove borders around screenshots
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent caa3782 commit 093495c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

codelab.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@ <h1 class="codelab-hero__title">Your First AR App<br/><span class="text-gradient
235235

236236
<!-- Result screenshots -->
237237
<div style="display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0">
238-
<div style="border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light)">
238+
<div style="border-radius:var(--radius-lg);overflow:hidden">
239239
<img src="images/apps/demo_explore.png" alt="SceneView demo — 3D model viewer" style="width:100%;aspect-ratio:9/16;object-fit:cover"/>
240240
</div>
241-
<div style="border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light)">
241+
<div style="border-radius:var(--radius-lg);overflow:hidden">
242242
<img src="images/apps/demo_showcase.png" alt="SceneView demo — Showcase" style="width:100%;aspect-ratio:9/16;object-fit:cover"/>
243243
</div>
244244
</div>
@@ -441,7 +441,7 @@ <h2 class="step__title">Run the app</h2>
441441
<li>Pinch to scale · two-finger drag to rotate</li>
442442
</ol>
443443

444-
<div style="margin-top:1.5rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light)">
444+
<div style="margin-top:1.5rem;border-radius:var(--radius-lg);overflow:hidden">
445445
<img src="images/apps/demo_explore.png" alt="AR model placed on floor" style="width:100%;object-fit:cover;max-height:400px"/>
446446
</div>
447447

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,21 +266,21 @@ <h2 class="section__title">See every node type live</h2>
266266
<p class="section__subtitle">The SceneView Demo app showcases all 19+ node types with live 3D previews, code snippets, and real-time effects.</p>
267267
</div>
268268
<div style="display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem">
269-
<div style="border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow)">
269+
<div style="border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow)">
270270
<img src="images/apps/demo_explore.png" alt="SceneView Demo — Explore tab with 3D model viewer" style="width:100%;height:auto;display:block"/>
271271
<div style="padding:0.875rem 1rem;background:var(--surface)">
272272
<div style="font-family:var(--font-head);font-weight:500;font-size:0.9rem;margin-bottom:0.25rem">Explore</div>
273273
<div style="font-size:0.8rem;color:var(--text-secondary)">8 models × 6 HDR environments, orbit camera</div>
274274
</div>
275275
</div>
276-
<div style="border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow)">
276+
<div style="border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow)">
277277
<img src="images/apps/demo_showcase.png" alt="SceneView Demo — Showcase tab with 17 node types" style="width:100%;height:auto;display:block"/>
278278
<div style="padding:0.875rem 1rem;background:var(--surface)">
279279
<div style="font-family:var(--font-head);font-weight:500;font-size:0.9rem;margin-bottom:0.25rem">Showcase</div>
280280
<div style="font-size:0.8rem;color:var(--text-secondary)">17 node types, live 3D preview, copy code</div>
281281
</div>
282282
</div>
283-
<div style="border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow)">
283+
<div style="border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow)">
284284
<img src="images/apps/demo_effects.png" alt="SceneView Demo — Effects tab with DynamicSkyNode and FogNode" style="width:100%;height:auto;display:block"/>
285285
<div style="padding:0.875rem 1rem;background:var(--surface)">
286286
<div style="font-family:var(--font-head);font-weight:500;font-size:0.9rem;margin-bottom:0.25rem">Effects</div>

0 commit comments

Comments
 (0)