From c8b0ac4e6c6beb90dea6b9712b00018f6ce9829f Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Fri, 31 Mar 2023 17:48:18 +0200 Subject: [PATCH] css --- client/src/components/level.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/components/level.css b/client/src/components/level.css index 94fce56..a3a6ba7 100644 --- a/client/src/components/level.css +++ b/client/src/components/level.css @@ -29,13 +29,17 @@ overflow: auto; } -.introduction-panel, .infoview, .exercise, .conclusion { +.introduction-panel, .infoview, .exercise { padding-top: 1em; padding-left: 1em; padding-right: 1em; padding-bottom: 0; } +.conclusion { + padding: 1em; +} + .infoview { padding-top: 0em; }