From 965e221714cbb8fc0cb87a664ac8e92904fecd3f Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Tue, 25 Jul 2023 15:18:13 +0700 Subject: [PATCH] Format code --- practice/practice-02/src/styles/layouts/_welcome.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/practice/practice-02/src/styles/layouts/_welcome.scss b/practice/practice-02/src/styles/layouts/_welcome.scss index 81d5d11..cdb218e 100644 --- a/practice/practice-02/src/styles/layouts/_welcome.scss +++ b/practice/practice-02/src/styles/layouts/_welcome.scss @@ -40,7 +40,6 @@ $top: -15px, $right: 50px ); - @include size(43px, 215px); } @@ -252,7 +251,6 @@ &__lines-background { @include set-absolute-and-location($top: -150px, $right: 0px); - @include size(313px, 718px); } @@ -278,6 +276,7 @@ // Start content &__content { @include size(auto, auto); + padding-left: 70px; padding-right: 0px; max-width: 560px; @@ -285,6 +284,7 @@ &__orange-img-wrapper { @include set-absolute-and-location($top: 170px, $right: -50px); + transition: 0.2s; }