Skip to content

Commit

Permalink
fix: margin homepage overview
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Oct 15, 2022
1 parent 0274a82 commit 8e671c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/homepage/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Overview = () => {
const gasAvgData = getGasAvgData(gasAvgRaw)

return (
<div className={clsx(styles.overview)}>
<div className={clsx(styles.overview, isMobile && 'margin-bottom-2xl')}>
<div className={styles.moon1}>
<Image alt="moon1" src={'/images/background/moon1.png'} layout="fill" />
</div>
Expand Down

0 comments on commit 8e671c7

Please sign in to comment.