Skip to content

Commit

Permalink
font change and module move
Browse files Browse the repository at this point in the history
  • Loading branch information
Bl20052005 committed Nov 1, 2024
1 parent 04bf0fd commit bac7bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/site/src/app/schedule/Assets/Circle.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
margin: 0;
font-size: 20px;
@include bootstrap.media-breakpoint-down(md) {
font-size: 16px;
font-size: 1rem;
width: 160px;
}
}
Expand All @@ -58,7 +58,7 @@
margin: 0;
font-size: 20px;
@include bootstrap.media-breakpoint-down(md) {
font-size: 16px;
font-size: 1rem;
}
}

Expand All @@ -72,6 +72,6 @@
margin: 0;
padding: 0;
font-weight: bold;
font-size: 20px;
font-size: 1.5rem;
}
}
4 changes: 3 additions & 1 deletion apps/site/src/app/schedule/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
"use client";

import Countdown from "../Countdown/Countdown";

import Image from "next/image";
import Chest from "@/assets/images/schedule-chest.png";
import OpenChest from "@/assets/images/schedule-chest-open.svg";
import Title from "@/assets/images/schedule-title.png";
import Countdown from "../Countdown/Countdown";
import styles from "./Header.module.scss";

interface HeaderProps {
Expand Down

0 comments on commit bac7bab

Please sign in to comment.