fix/layout #23
|
|
@ -26,7 +26,7 @@ import sustainability from "../components/imageandgif/Untitled-2.png"
|
|||
import wasteimage from "../components/imageandgif/loopwastemanage.png"
|
||||
import WhyChooseUs from "./whyus";
|
||||
import WasteImageSection from "./wastemanagement";
|
||||
import loopgif from "../components/imageandgif/Loopherosectionmobiless.gif"
|
||||
import loopgif from "../components/imageandgif/loop hero new (1).gif"
|
||||
import gifsevenm from "../components/imageandgif/disintegrate mobile (2).gif";
|
||||
import gifeightm from "../components/imageandgif/reminemobile.gif";
|
||||
import giffivem from "../components/imageandgif/repairm.gif";
|
||||
|
|
@ -94,7 +94,7 @@ const HomePage: React.FC = () => {
|
|||
xs={12}
|
||||
sx={{
|
||||
marginTop: "0px",
|
||||
height: { xs: "190px", lg: "55vh", sm: "300px", md: '400px' },
|
||||
height: { xs: "190px", lg: "100px", sm: "300px", md: '400px' },
|
||||
width: { lg: "100vw" },
|
||||
backgroundColor: "white",
|
||||
position: "relative",
|
||||
|
|
@ -170,7 +170,12 @@ const HomePage: React.FC = () => {
|
|||
|
||||
}}>
|
||||
<Box sx={{ width: { xs: "60%", md: "70%" } }}>
|
||||
<img src={gifonem} alt="Gif" style={{ width: "91%" }} />
|
||||
<img
|
||||
src={window.innerWidth <= 1400 ? gifone : gifonem}
|
||||
alt="Gif"
|
||||
style={{ width: "91%" }}
|
||||
/>
|
||||
|
||||
</Box>
|
||||
<Box sx={{ width: "100%", paddingLeft: { xs: "0", md: "10px" }, textAlign: { lg: 'left', xs: 'center' } }}>
|
||||
<Typography variant="h4" sx={{ fontSize: { xs: "18px", sm: '36px' }, fontFamily: "Helvetica Neue", }}>Mine from nature</Typography>
|
||||
|
|
|
|||
Loading…
Reference in New Issue