diff --git a/src/built-with-rspack/index.module.scss b/src/built-with-rspack/index.module.scss index acb2f01..228ee25 100644 --- a/src/built-with-rspack/index.module.scss +++ b/src/built-with-rspack/index.module.scss @@ -1,5 +1,5 @@ // M -@media screen and (min-width: 601px) and (max-width: 1000px) { +@media screen and (min-width: 601px) and (max-width: 1050px) { .title { font-size: 32px !important; line-height: 48px !important; @@ -25,6 +25,7 @@ background: url('https://assets.rspack.dev/rspack/assets/landingpage-built-with-rspack-bg-m.png') no-repeat !important; background-size: 100% 100% !important; + padding: 32px 0px !important; } .logo { @@ -37,7 +38,10 @@ .innerContainer { width: 100%; display: flex; - padding: 32px 0px; + + box-sizing: border-box; + + padding: 32px; flex-direction: column; justify-content: center; align-items: center;