Skip to content

Commit

Permalink
Remove unused CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Mar 19, 2022
1 parent 54967c0 commit f327a0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 9 additions & 11 deletions src/pages/learn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,15 @@ export const learn = () => {
</Box>

<Box sx={{ marginLeft: '84px' }}>
<div className={learnStyles.imageWrapper}>
<Image
className={learnStyles.salishseaimg}
src={salishsea}
alt="Sounds Of The Salish Sea"
width={1234}
height={701}
layout="intrinsic"
quality={65}
/>
</div>
<Image
className={learnStyles.salishseaimg}
src={salishsea}
alt="Sounds Of The Salish Sea"
width={1234}
height={701}
layout="intrinsic"
quality={65}
/>
</Box>
<div className={learnStyles.orca}>
<Image
Expand Down
2 changes: 0 additions & 2 deletions src/styles/Learn.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
margin: 50px 10px;
text-align: left;
}
.imageWrapper {
}
.orca {
margin: 90px 90px;
float: right;
Expand Down

0 comments on commit f327a0d

Please sign in to comment.