From 210164c06d9631d3876e8f5822f3a6da99b3fc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 9 Sep 2022 23:27:09 +0200 Subject: [PATCH] Remove unused code --- src/components/molecules/ProcessStep.svelte | 1 - src/style/molecules/_process-step.scss | 4 ---- 2 files changed, 5 deletions(-) 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%;