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 5612dd5 commit 2ff8e54
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions overrides/assets/stylesheets/custom.7c86dd97.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
.mdx-container {
background-color: #031127;
}
/* 960∶401 */
.mdx__content {
position: absolute;
top: 18vw;
top: calc(42vw / 3);
left: 6rem;
width: 45vw;
}
Expand All @@ -35,6 +36,7 @@
font-size: 2rem;
font-weight: 300;
letter-spacing: 0rem;
margin-top: 48px;
}

.content_title {
Expand All @@ -50,7 +52,7 @@
display: flex;
flex-wrap: wrap;
padding: 0 6rem 2rem;
gap: 3.2rem 1.5rem;
gap: 1.5rem 1.5rem;
}
.item {
width: calc(25% - 1.5rem);
Expand Down Expand Up @@ -78,7 +80,7 @@
font-weight: normal;
line-height: normal;
letter-spacing: 0rem;
color: rgba(255, 255, 255, 0.8);
color: rgba(255, 255, 255, 0.6);
}

.popup {
Expand Down Expand Up @@ -182,4 +184,5 @@
line-height: normal;
letter-spacing: 0em;
color: #ffffff;
margin-top: 0.33rem;
}

0 comments on commit 2ff8e54

Please sign in to comment.