Skip to content

Commit

Permalink
Fixing responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
Min-Thway-Htut committed Jul 28, 2024
1 parent 0b0557d commit 4abce8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@ h2.clear{
@media(max-width: 800px){
.project-card{
display: inline-block;
width: 95%;
margin-left: 15px;
margin-right: 18px;
width: 90%;
margin-left: none;
margin-right: none;
border: 1px solid #303030;
}
}
Expand Down

0 comments on commit 4abce8f

Please sign in to comment.