Revert "Font size change"

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