Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: better styling for text, media keyword for later
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaVandewalle committed Mar 20, 2024
1 parent cd68a9e commit f60ae12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions frontend/src/assets/styles/students_components.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
height: 25vh;
}

.card-text {
width: 80%;
}

.p-negative {
color: red;
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/student/ProjectCardStudent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ProjectCardStudent(): JSX.Element {
<div
className={"card project-card px-5 py-5 my-5 is-flex is-flex-direction-column is-justify-content-space-between"}>
<p className={"title is-5"}>Markov Decision Diagram</p>
<div className={"is-flex is-flex-direction-row"}>
<div className={"card-text is-flex is-flex-direction-row"}>
<p className={"pr-2"}>vak: </p>
<p>Computationele Biologie</p>
</div>
Expand Down

0 comments on commit f60ae12

Please sign in to comment.