Skip to content

Commit

Permalink
fix UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tanglingxiu committed Dec 5, 2024
1 parent 49be510 commit 9fec749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions overrides/assets/stylesheets/custom.7c86dd97.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/* 960∶401 */
.mdx__content {
position: absolute;
top: calc(42vw / 3);
top: 10vw;
left: 7rem;
width: 43vw;
}
Expand Down Expand Up @@ -105,7 +105,7 @@
transform: translate(-50%, -50%);
/* background-color: #0a1d34; */
background: linear-gradient(180deg, #1a3455 0%, #0a213d 100%);
padding: 20px 20px 20px 3%;
padding: 20px 20px 32px 3%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
z-index: 1000;
width: 54.6rem;
Expand Down
2 changes: 1 addition & 1 deletion overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<div class="cont_info_desc"></div>
<div class="cont_info_device"></div>
</div>
<img src="" class="popup_cont_img" alt="" />"
<img src="" class="popup_cont_img" alt="" />
</div>
</div>

Expand Down

0 comments on commit 9fec749

Please sign in to comment.