From 6bfab760d1e81c117aa2b48c55114d4c4b8cbde7 Mon Sep 17 00:00:00 2001 From: BeritJanssen Date: Mon, 30 Oct 2023 14:30:20 +0100 Subject: [PATCH] adjust styling --- frontend/src/components/HTML/HTML.scss | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/HTML/HTML.scss b/frontend/src/components/HTML/HTML.scss index a5a6d2ed5..a538d1ed2 100644 --- a/frontend/src/components/HTML/HTML.scss +++ b/frontend/src/components/HTML/HTML.scss @@ -40,7 +40,7 @@ } .card.bg-blue { - height: 20vh; + height: 21vh; background-color: $blue; span { @@ -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; } }