Skip to content

Commit

Permalink
adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Oct 30, 2023
1 parent 3b89275 commit 6bfab76
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion frontend/src/components/HTML/HTML.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

.card.bg-blue {
height: 20vh;
height: 21vh;
background-color: $blue;

span {
Expand All @@ -55,6 +55,19 @@

.card-body {
text-align: left;
padding-top: 1vh;
ul {
padding: 0;
}
}

.card-title {
padding: 0;
font-size: 2.5vh;
}

.card-text {
font-size: 2vh;
}

}
Expand Down

0 comments on commit 6bfab76

Please sign in to comment.