We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335de7e commit 1c4fc25Copy full SHA for 1c4fc25
src/built-with-rspack/index.module.scss
@@ -1,5 +1,5 @@
1
// M
2
-@media screen and (min-width: 601px) and (max-width: 1000px) {
+@media screen and (min-width: 601px) and (max-width: 1050px) {
3
.title {
4
font-size: 32px !important;
5
line-height: 48px !important;
@@ -25,6 +25,7 @@
25
background: url('https://assets.rspack.dev/rspack/assets/landingpage-built-with-rspack-bg-m.png')
26
no-repeat !important;
27
background-size: 100% 100% !important;
28
+ padding: 32px 0px !important;
29
}
30
31
.logo {
@@ -37,7 +38,10 @@
37
38
.innerContainer {
39
width: 100%;
40
display: flex;
- padding: 32px 0px;
41
+
42
+ box-sizing: border-box;
43
44
+ padding: 32px;
45
flex-direction: column;
46
justify-content: center;
47
align-items: center;
0 commit comments