chore: adjust cloud size

This commit is contained in:
jinhojang6 2024-03-13 13:05:54 +09:00 committed by Jinho Jang
parent 54a5805300
commit ba42cb75da
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}