Skip to content

Commit

Permalink
Merge pull request #61 from Team-Inventrix/dev
Browse files Browse the repository at this point in the history
update: Material composition's width updated
  • Loading branch information
Ningsang-Jabegu authored Feb 17, 2024
2 parents aa1c2bf + 3faa5d3 commit aaeefb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/component/ManufacturingProcess.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Grid from "@mui/material/Grid";
import Typography from "@mui/material/Typography";
import { styled } from "@mui/system";
import ManufacturingProcessChart from "../image/designedImages/manufacturing.png";
import MaterialCompositionChart from "../image/designedImages/composition.png";

const StyledContainer = styled(Container)({
padding: "5rem 1.5rem",
Expand Down
6 changes: 2 additions & 4 deletions src/component/MaterialComposition.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Container from "@mui/material/Container";
import Grid from "@mui/material/Grid";
import Typography from "@mui/material/Typography";
import { styled } from "@mui/system";
import ManufacturingProcessChart from "../image/designedImages/manufacturing.png";
import MaterialCompositionChart from "../image/designedImages/composition.png";

const StyledContainer = styled(Container)({
Expand Down Expand Up @@ -44,9 +43,8 @@ const StyledImage = styled("img")({
height:"auto",
width:"100%",
"@media (min-width:600px)": {
height: "50vh",
width: "auto",

height: "auto",
width: "100%",
},
// background: "#EFEEEF",
// border: "2px solid red",
Expand Down

0 comments on commit aaeefb7

Please sign in to comment.