Skip to content

Commit

Permalink
perf: adjustment of mobile phone detail pages
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-milkv committed Aug 20, 2024
1 parent 34273fb commit 58a151e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Subscribe/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@
@media screen and (max-width: 750px) {
.subscribe_box {
flex-direction: column;
margin: 0 auto;
margin-bottom: 40rem;
gap: 20rem;
width: 350rem;
}

.subscribe_box>img {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/cluster-08/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@

.contexts5 {
background: url(/static/cluster08/mobile-contexts2.webp) no-repeat;
height: 300rem;
height: 325rem;
background-size: 100%;
}
}
4 changes: 4 additions & 0 deletions src/pages/jupiter-nx/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -551,4 +551,8 @@
.content_main>div>.feature_view9 {
height: 300rem;
}

.ai {
margin-bottom: 20rem;
}
}

0 comments on commit 58a151e

Please sign in to comment.