From c738695e81be3972d80c02e664bba21a49ddccc5 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Mon, 28 Aug 2023 12:37:11 +0200 Subject: [PATCH] spacing around proof step #92 --- client/src/components/infoview/infoview.css | 2 +- client/src/components/level.css | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/src/components/infoview/infoview.css b/client/src/components/infoview/infoview.css index c79440f..d08af8a 100644 --- a/client/src/components/infoview/infoview.css +++ b/client/src/components/infoview/infoview.css @@ -157,7 +157,7 @@ background-color: #bbb; padding: .5em; border-radius: .2em; - margin-top: 2rem; + margin-bottom: 2rem; display: flex; flex-direction: row; } diff --git a/client/src/components/level.css b/client/src/components/level.css index 55729ce..e613cae 100644 --- a/client/src/components/level.css +++ b/client/src/components/level.css @@ -242,13 +242,14 @@ td code { .exercise .step { /* background-color: #e6f0f4; */ - margin-top: 5px; - margin-bottom: 5px; - border-radius: 0.5em; - padding: 0.5em; + margin-top: .5rem; + margin-bottom: .5rem; + border-radius: 0.5rem; + padding: 0.5rem; /* border: 3px dotted rgb(88, 131, 24); */ } +/* TODO: Is this still used anywhere? */ .exercise .step .btn-help { margin-top: 10px; }