Font size change

This commit is contained in:
Amira24523
2023-06-13 13:29:40 +02:00
parent 0392c45eea
commit a57e2b589a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ export default function SemesterTile(p)
}} }}
onClick={(e) => p.onClick(e)}> onClick={(e) => p.onClick(e)}>
<p className={"semester-tile-p"} style={{ <p className={"semester-tile-p"} style={{
lineHeight: "80%" lineHeight: "80%",
fontSize: "18px"
}}>{p.text}</p> }}>{p.text}</p>
<p className={"semester-tile-p"} style={{ <p className={"semester-tile-p"} style={{
lineHeight: "80%", lineHeight: "80%",
+1 -1
View File
@@ -559,7 +559,7 @@ SemesterTile
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 20px; font-size: 16px;
gap: 10px; gap: 10px;
background-color: white; background-color: white;
} }