Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahan-Daksh committed Aug 7, 2024
1 parent 1f3b094 commit ecbee84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/pages/layouts/Countdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ font-style: normal;
.countdown-time-units {
display: flex;
flex-direction: row;
gap:3.5rem;
margin-left: 7%;
gap:3rem;
margin-left: 3%;
}
}
1 change: 1 addition & 0 deletions src/pages/MainPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function MainPage() {
</AnimatedBackground>

<FooterExport />

</>
);
}

0 comments on commit ecbee84

Please sign in to comment.