Skip to content

Commit

Permalink
Added home support for main page
Browse files Browse the repository at this point in the history
  • Loading branch information
dyzqy committed Jul 3, 2024
1 parent f38e386 commit ed095ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 7 additions & 1 deletion other/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
padding-top: 20px;
padding-left: 150px;
padding-right: 150px;
/*device-width*/
}

@media (max-width: 630px) {
.card-container {
padding-left: 20px;
padding-right: 20px;
}
}

.card {
Expand Down
11 changes: 11 additions & 0 deletions other/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@ th {
margin: 0px 175px 0px 175px;
}

@media (max-width: 832px) {
.contributionsChart {
margin: 0px 75px 0px 75px;
}
}
@media (max-width: 630px) {
.contributionsChart {
margin: 0px;
}
}

::-webkit-scrollbar
{
width: 12px;
Expand Down

0 comments on commit ed095ba

Please sign in to comment.