Skip to content

Commit

Permalink
fix images on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedrich Wessel authored and Friedrich Wessel committed Jun 19, 2024
1 parent d7596ef commit bb8c6e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
}

.page_content img {
max-width: 960px;
max-width: 100%;
height: auto;
}

.small-image {
max-width: 400px !important;
max-width: 100% !important;
height: auto !important;
}

@media (max-width: 960px){
Expand Down

0 comments on commit bb8c6e0

Please sign in to comment.