From 6166955ac8f079152943e02c437daeca14df3e3d Mon Sep 17 00:00:00 2001 From: Dindonneau Date: Mon, 1 Jul 2024 12:42:04 +0200 Subject: [PATCH] hotfix(index.css): fix missing closing block --- src/index.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 38bb90d..a1ee230 100644 --- a/src/index.css +++ b/src/index.css @@ -126,15 +126,16 @@ &.highlight { .link-tool { - &&__content { + &__content { flex-direction: column; } - &&__image { - flex-direction: column; - width: 100%; - height: auto; - aspect-ratio: 4/3; + &__image { + flex-direction: column; + width: 100%; + height: auto; + aspect-ratio: 4/3; + } } } }