From: Robert Kaiser Date: Wed, 19 Jan 2022 20:13:59 +0000 (+0100) Subject: remove bottom margin of boxes so end slide can lost scroll bar if things fit nicely X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=ac4da7833b4fb3ee6646cfa4623a402ff38d38f8 remove bottom margin of boxes so end slide can lost scroll bar if things fit nicely --- diff --git a/fosdem2022/slides.css b/fosdem2022/slides.css index 5786240..e61b42f 100644 --- a/fosdem2022/slides.css +++ b/fosdem2022/slides.css @@ -251,6 +251,7 @@ h4 { .mainbox, .captionedbox { margin: 1em; + margin-bottom: 0; background-color: white; /* box-shadow: 0 0 0 1px black inset; */ /* border-bottom: 1px solid black; */