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)}>
<p className={"semester-tile-p"} style={{
lineHeight: "80%"
lineHeight: "80%",
fontSize: "18px"
}}>{p.text}</p>
<p className={"semester-tile-p"} style={{
lineHeight: "80%",