Font size change
This commit is contained in:
@@ -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%",
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user