Skip to content

Commit

Permalink
fix: margin for the countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleryy committed Nov 2, 2023
1 parent 55bd114 commit 7909b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Countdown() {
};

return (
<Container className="pb-5">
<Container className="pb-5" style={{ marginTop: "60px" }}>
<Row className="justify-content-center text-center mb-5">
{remaining.days !== 0 ? (
<Col>
Expand Down

0 comments on commit 7909b2d

Please sign in to comment.