Skip to content

Commit

Permalink
fixed giant pictures for the related materials
Browse files Browse the repository at this point in the history
  • Loading branch information
dominrios committed Oct 3, 2024
1 parent 70c6f95 commit cf9a89c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,17 +292,17 @@ $breakpoints: (
}

.SidebarFig img {
max-width: 100%;
max-width: 212px;
height: auto;
display: block;
margin: 0 auto;

@media (max-width: 1440px) {
max-width: 90%;
max-width: 110px;
}

@media (max-width: 1024px) {
max-width: 80%;
max-width: 170px;
}
}

Expand Down
Loading

0 comments on commit cf9a89c

Please sign in to comment.