Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhwang4ai committed May 27, 2024
1 parent 14e5d5c commit e27d180
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions _sass/layout/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@
}

.project-main {
width: calc(40% - 36px);
padding: 0;
width: calc(25% - 36px);
padding: 10px;
height: fit-content;
max-height: 72px;
margin: auto;
Expand All @@ -229,7 +229,7 @@
}

.project-content {
width: calc(60% - 36px);
width: calc(75% - 36px);
height: fit-content;
max-height: 72px;
margin: auto;
Expand Down Expand Up @@ -390,7 +390,7 @@
}

.project-main {
width: calc(40% - 36px);
width: calc(35% - 36px);
padding: 0;
height: fit-content;
max-height: 72px;
Expand Down
2 changes: 1 addition & 1 deletion _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _BIGAI_

</div>

## Contributions
## Contributors

<div class="fit-content grid grid-cols-5 m-auto gap-4" markdown="1">

Expand Down

0 comments on commit e27d180

Please sign in to comment.