Skip to content

Commit 1c4fc25

Browse files
committed
chore: fix the builtWithRspack padding
1 parent 335de7e commit 1c4fc25

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/built-with-rspack/index.module.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// M
2-
@media screen and (min-width: 601px) and (max-width: 1000px) {
2+
@media screen and (min-width: 601px) and (max-width: 1050px) {
33
.title {
44
font-size: 32px !important;
55
line-height: 48px !important;
@@ -25,6 +25,7 @@
2525
background: url('https://assets.rspack.dev/rspack/assets/landingpage-built-with-rspack-bg-m.png')
2626
no-repeat !important;
2727
background-size: 100% 100% !important;
28+
padding: 32px 0px !important;
2829
}
2930

3031
.logo {
@@ -37,7 +38,10 @@
3738
.innerContainer {
3839
width: 100%;
3940
display: flex;
40-
padding: 32px 0px;
41+
42+
box-sizing: border-box;
43+
44+
padding: 32px;
4145
flex-direction: column;
4246
justify-content: center;
4347
align-items: center;

0 commit comments

Comments
 (0)