bump up the width for first two stories

This commit is contained in:
Sudev Kiyada 2026-01-08 09:00:46 +05:30
parent 94892c94bc
commit bd7c681ee2
Failed to extract signature
4 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
import { type Snippet } from 'svelte';
import { Tween } from 'svelte/motion';
import type { Action } from 'svelte/action';
import { clamp, map } from './utils';
import { clamp, map } from './utils/index';
import Debug from './Debug.svelte';
interface Props {

View file

@ -1,4 +1,4 @@
<div style="width: 200vw; height: 100lvh;">
<div style="width: 400vw; height: 100lvh;">
<img
src="https://picsum.photos/1200/640?t=1"
alt="Sample"

View file

@ -2,7 +2,7 @@
import Demo from './graphic/ai2svelte/demo.svelte';
import BodyText from '../../BodyText/BodyText.svelte';
import HorizontalScroller from '../HorizontalScroller.svelte';
import { map } from '../utils';
import { map } from '../utils/index';
import { sineInOut } from 'svelte/easing';
const foobarText: string =