Skip to content

Commit 8e5ffb9

Browse files
committed
square model preview
1 parent d0d5c5e commit 8e5ffb9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/nettango/app/pages/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</h3>
7979

8080
<div
81-
class="relative mb-4 aspect-[4/3] overflow-hidden rounded-2xl border border-slate-300 bg-slate-100"
81+
class="relative mb-4 aspect-square overflow-hidden rounded-2xl border border-slate-300 bg-slate-100"
8282
>
8383
<video
8484
v-if="model.previewType === 'video'"
@@ -241,8 +241,7 @@ const page = {
241241
models: [
242242
{
243243
title: "Sugarscape Microworld",
244-
description:
245-
"TODO: add description",
244+
description: "TODO: add description",
246245
link: "/models/sample-html/Sugarscape Microworld.html",
247246
previewType: "video",
248247
preview: "/models/preview/sugarscape.mov",

0 commit comments

Comments
 (0)