@@ -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%",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user