Skip to content

Commit

Permalink
styles improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben-Arushanyan committed Jun 16, 2023
1 parent 3d7098d commit d9e9348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/src/components/HeroBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default function HeroBanner() {
<img
alt='logo'
className={styles.heroLogo}
src={useBaseUrl('/images/300x300.png')}
width="300"
height="300"
src={useBaseUrl('/images/1200x1200.png')}
width="350"
height="350"
/>
</h1>
<h2 className={styles.heroProjectTagline}>
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/HeroBanner/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
animation-duration: 2s;
animation-name: jack-in-the-box;
float: right;
margin-top: 20px;
margin-top: -20px;
padding: 0 20px 20px 40px;
height: auto;
}
Expand Down

0 comments on commit d9e9348

Please sign in to comment.