Skip to content

Commit

Permalink
counter position
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Mar 21, 2024
1 parent 8bde197 commit 2013982
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/Countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const NumberPanel = (props: { no: number; text: string }) => {
font-weight: 600;
margin: 0 0.25rem;
padding: 0 0.75rem;
z-index: 20;
${mq.laptop}{
font-size: 8rem;
Expand Down
4 changes: 0 additions & 4 deletions src/components/organisms/Statement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ const StatementSection = () => {
clip-path: ellipse(120% 100% at 50% 100%);
margin-top: -4rem;
z-index: 10;
${mq.laptop}{
margin-top: -16rem;
}
`}
>
<div
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const Page: NextPage<PageProps> = ({ params, searchParams }) => {
background-size: cover;
height: 100vh;
width: 100%;
z-index: -1;
`;

return (
Expand Down

0 comments on commit 2013982

Please sign in to comment.