diff --git a/src/components/molecules/ProcessStep.svelte b/src/components/molecules/ProcessStep.svelte index e815eae..bedbccb 100644 --- a/src/components/molecules/ProcessStep.svelte +++ b/src/components/molecules/ProcessStep.svelte @@ -40,7 +40,6 @@ sizes={{ small: { width: 400 }, medium: { width: 600 }, - large: { width: 800 }, }} ratio={imageRatio} alt={image.title} diff --git a/src/style/molecules/_process-step.scss b/src/style/molecules/_process-step.scss index cd30d01..1996acb 100644 --- a/src/style/molecules/_process-step.scss +++ b/src/style/molecules/_process-step.scss @@ -36,10 +36,6 @@ margin-bottom: 48px; } - :global(.image) { - // width: 100%; - // height: 100%; - } :global(.image img), video { display: block; width: 100%;