From ba42cb75da183a2b931deb0a84b9fe6262e81dc6 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Wed, 13 Mar 2024 13:05:54 +0900 Subject: [PATCH] chore: adjust cloud size --- src/css/custom.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/css/custom.scss b/src/css/custom.scss index 88917e1..c85193f 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -85,9 +85,9 @@ html[data-theme='light'] { @media screen and (max-width: 768px) { .hero-image { - margin-right: 48px; - scale: 1.4; - margin-top: -10%; + margin-right: 22px; + scale: 1.15; + margin-top: -27%; } } @@ -189,6 +189,6 @@ h2 { @media screen and (max-width: 450px) { .mdx-hero { - margin-bottom: 40px; + margin-bottom: 60px; } }