Skip to content

Commit

Permalink
Removed CSS module code
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Singh committed Mar 20, 2022
1 parent c0ed18d commit 9ce11d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
22 changes: 9 additions & 13 deletions src/pages/learn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,25 @@ export const learn = () => {
<li>Exhibits</li>
</ul>

<Box sx={{ marginLeft: '85px' }}>
<Typography variant="h1">
<h1 className={learnStyles.salish}> Sounds Of The Salish Sea</h1>
</Typography>
<Box>
<Typography variant="h1">Sounds Of The Salish Sea</Typography>
</Box>

<Box
width={969}
height={84}
sx={{ ml: '85px', marginTop: '30px', marginBottom: '29px' }}
sx={{ marginTop: '30px', marginBottom: '29px' }}
>
<Typography variant="body1">
<p className={learnStyles.salishsea}>
Explore common sounds of the Salish Sea by selecting the animals and
other objects in this anoramic soundscape of the inlandwaters of
Washington State(USA) and British Columbia(Canada)
</p>
Explore common sounds of the Salish Sea by selecting the animals and
other objects in this anoramic soundscape of the inlandwaters of
Washington State(USA) and British Columbia(Canada)
</Typography>
</Box>

<Box sx={{ marginLeft: '84px' }}>
<div className={learnStyles.imageWrapper}>
<Box>
<div>
<Image
className={learnStyles.salishseaimg}
src={salishsea}
alt="Sounds Of The Salish Sea"
width={1234}
Expand All @@ -68,6 +63,7 @@ export const learn = () => {
/>
</div>
</Box>

<div className={learnStyles.orca}>
<Image
src={roundorca}
Expand Down
3 changes: 1 addition & 2 deletions src/styles/Learn.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
margin: 50px 10px;
text-align: left;
}
.imageWrapper {
}

.orca {
margin: 90px 90px;
float: right;
Expand Down

0 comments on commit 9ce11d0

Please sign in to comment.