Skip to content

Commit

Permalink
Fix margin for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezanpour committed Jul 29, 2023
1 parent 5d0ed81 commit 2a6aba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/ramezanpour.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ blockquote {
}

@media only screen and (max-width: 768px) {
.content {
margin: 0 5px;
}
.content img {
margin: 5px auto;
}
Expand Down

0 comments on commit 2a6aba7

Please sign in to comment.