From 97641dedbb4899ee76567657908197d10066a7ed Mon Sep 17 00:00:00 2001 From: Nezumi Date: Tue, 1 Aug 2023 20:37:18 +0700 Subject: [PATCH] Fix UI --- src/styles/layouts/_platform.scss | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/styles/layouts/_platform.scss b/src/styles/layouts/_platform.scss index 8e0d498..a7a25ab 100644 --- a/src/styles/layouts/_platform.scss +++ b/src/styles/layouts/_platform.scss @@ -169,11 +169,20 @@ @include set-location($top: 20px, $right: 107px); } - &__image-food:first-child, - &__image-food:nth-child(2), - &__image-food:nth-child(3), + &__image-food:first-child { + @include set-location($bottom: -70px, $right: 270px); + } + + &__image-food:nth-child(2) { + @include set-location($bottom: -40px, $right: 190px); + } + + &__image-food:nth-child(3) { + @include set-location($bottom: 0px, $right: 130px); + } + &__image-food:nth-child(4) { - display: none; + @include set-location($bottom: 70px, $right: 89px); } &__content {