We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d5c5e commit 8e5ffb9Copy full SHA for 8e5ffb9
1 file changed
apps/nettango/app/pages/index.vue
@@ -78,7 +78,7 @@
78
</h3>
79
80
<div
81
- class="relative mb-4 aspect-[4/3] overflow-hidden rounded-2xl border border-slate-300 bg-slate-100"
+ class="relative mb-4 aspect-square overflow-hidden rounded-2xl border border-slate-300 bg-slate-100"
82
>
83
<video
84
v-if="model.previewType === 'video'"
@@ -241,8 +241,7 @@ const page = {
241
models: [
242
{
243
title: "Sugarscape Microworld",
244
- description:
245
- "TODO: add description",
+ description: "TODO: add description",
246
link: "/models/sample-html/Sugarscape Microworld.html",
247
previewType: "video",
248
preview: "/models/preview/sugarscape.mov",
0 commit comments