From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- src/styles/girls.scss | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/styles/girls.scss') diff --git a/src/styles/girls.scss b/src/styles/girls.scss index c922bc2b..99bfc557 100644 --- a/src/styles/girls.scss +++ b/src/styles/girls.scss @@ -1,23 +1,23 @@ .preview { - $transition: transform 0.3s ease; + $transition: transform 0.3s ease; - margin: 0.15rem; + margin: 0.15rem; - img { - border-radius: 8px; - transition: $transition; - } + img { + border-radius: 8px; + transition: $transition; + } - &:hover { - img { - position: relative; - z-index: 2; - transition: $transition; - transform: scale(1.05); - } - } + &:hover { + img { + position: relative; + z-index: 2; + transition: $transition; + transform: scale(1.05); + } + } - display: flex; - justify-content: center; - align-items: center; + display: flex; + justify-content: center; + align-items: center; } -- cgit v1.2.3