@@ -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