Skip to content

Commit

Permalink
changed rest of font-size to rem, moved import for Circle.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Nov 1, 2024
1 parent bac7bab commit 530533f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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 @@ -40,7 +40,7 @@
text-align: center;
padding: 0;
margin: 0;
font-size: 20px;
font-size: 1.25rem;
@include bootstrap.media-breakpoint-down(md) {
font-size: 1rem;
width: 160px;
Expand All @@ -56,7 +56,7 @@
text-align: center;
padding: 0;
margin: 0;
font-size: 20px;
font-size: 1.25rem;
@include bootstrap.media-breakpoint-down(md) {
font-size: 1rem;
}
Expand All @@ -72,6 +72,6 @@
margin: 0;
padding: 0;
font-weight: bold;
font-size: 1.5rem;
font-size: 1.25rem;
}
}
4 changes: 2 additions & 2 deletions apps/site/src/app/schedule/Assets/Circle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import Image from "next/image";

import convertTime from "../convertTime";

import styles from "./Circle.module.scss";

import cross from "@/assets/images/map2/cross.svg";
import openNewWindow from "@/assets/icons/open_new_window_purple.svg";

import styles from "./Circle.module.scss";

interface CircleProps {
title: String;
location: String;
Expand Down
1 change: 0 additions & 1 deletion apps/site/src/app/schedule/DayOne/DayOne.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
display: flex;
justify-content: center;
align-items: center;
height: auto;
height: 1300px;
@include bootstrap.media-breakpoint-down(md) {
height: 1500px;
Expand Down

0 comments on commit 530533f

Please sign in to comment.