Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PleatherStarfish committed Aug 5, 2024
1 parent 7a285af commit 494cf6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/static/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/static/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/src/pages/ModuleDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ModuleDetail = () => {
<source srcSet={`${module.large_image_webp}`} type="image/webp" />
<source srcSet={`${module.large_image_jpeg}`} type="image/jpeg" />
<img
className="max-h-80"
className="max-h-[30rem]"
src={`${module.large_image_jpeg}`}
alt={module.name}
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/styles/styles.css

Large diffs are not rendered by default.

0 comments on commit 494cf6b

Please sign in to comment.