Skip to content

Commit

Permalink
fixing image position 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinB19 committed Sep 10, 2024
1 parent 7c0669c commit 0a64979
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5054,21 +5054,22 @@ body {
margin-right: 5px
}

.user-projects::after {
/* .user-projects::after {
content: "";
display: table;
clear: both;
}
} */


@media only screen and (min-width:550px) {
.contents {
margin-left: 0;
width: 45%
width: 30%;
margin-top: -5%;
}

.contents-right {
margin-top: -5%
margin-top: -5%;
}

.contents-right,
Expand Down

0 comments on commit 0a64979

Please sign in to comment.