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 bfa06f7 commit 5612dd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overrides/assets/stylesheets/custom.7c86dd97.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.mdx__content {
position: absolute;
top: 18vw;
left: 9vw;
left: 6rem;
width: 45vw;
}
.mdx_title {
Expand All @@ -43,13 +43,13 @@
line-height: normal;
letter-spacing: 0rem;
color: #ffffff;
padding: 0 7rem;
padding: 0 6rem;
margin: 2.7rem 0 1.4rem;
}
.container {
display: flex;
flex-wrap: wrap;
padding: 0 7rem 2rem;
padding: 0 6rem 2rem;
gap: 3.2rem 1.5rem;
}
.item {
Expand Down
5 changes: 5 additions & 0 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
.md-header__source {
display: none;
}
.md-grid {
padding: 0 6rem;
/* width: 100%; */
max-width: 100%;
}
</style>
<script>
const dataList = [
Expand Down

0 comments on commit 5612dd5

Please sign in to comment.