Skip to content

Commit

Permalink
Fixed the height of pz-pipelines card images
Browse files Browse the repository at this point in the history
  • Loading branch information
jandsonrj committed Apr 25, 2024
1 parent d91f3b4 commit f677a9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/components/PzCompute.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function PzCompute() {
>
<CardMedia
component="img"
sx={{ width: 350 }}
sx={{ width: 350, height: 231 }}
image="../interfaces/telescope.jpg"
alt="PhotozCompute"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/SpeczCatalogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function SpeczCatalogs() {
>
<CardMedia
component="img"
sx={{ width: 350 }}
sx={{ width: 350, height: 231 }}
image="../interfaces/milkyway.jpg"
alt="Spec-z Catalogs"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/TrainingSetMaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function TrainingSetMaker() {
>
<CardMedia
component="img"
sx={{ width: 350 }}
sx={{ width: 350, height: 231 }}
image="../interfaces/lsst_summit.jpg"
alt="Training Set Maker"
/>
Expand Down

0 comments on commit f677a9f

Please sign in to comment.