Skip to content

Commit

Permalink
chore: fix the builtWithRspack padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Aug 29, 2024
1 parent 335de7e commit 1c4fc25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/built-with-rspack/index.module.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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 {
Expand All @@ -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;
Expand Down

0 comments on commit 1c4fc25

Please sign in to comment.