Skip to content

Commit

Permalink
feat: 2024 리크루팅 카운트다운 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyu97 committed Jul 28, 2024
1 parent 3a96472 commit adb7d63
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 5 additions & 2 deletions public/image/home/countdown/CardBottomHalf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions public/image/home/countdown/CardTopHalf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/home/Countdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
justify-content: center;
/* background: var(--fcc-background); */
background: url("/image/home/countdown/CardBottomHalf.svg");
background-size: contain;
}
._SKh-V {
align-items: flex-end;
Expand All @@ -73,6 +74,7 @@
border-top-right-radius: 4px;
/* border-bottom: var(--fcc-divider-height) solid var(--fcc-divider-color); */
background: url("/image/home/countdown/CardTopHalf.svg");
background-size: contain;
font-family: "Fredoka", cursive !important;
}
._106d2 {
Expand All @@ -91,6 +93,7 @@
transform-origin: bottom;
transform: rotateX(0);
background: url("/image/home/countdown/CardTopHalf.svg");
background-size: contain;
font-family: "Fredoka", cursive !important;
}
._3luxx._2kgZC {
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/Countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Countdown() {
return (
<div>
<FlipClockCountdown
to={new Date("2023-08-13T23:59:59")}
to={new Date("2024-08-18T23:59:59")}
digitBlockStyle={{
width: "7.7rem",
height: "12.1rem",
Expand Down

0 comments on commit adb7d63

Please sign in to comment.