From 855e5fa339b3bd573ecf10fd8dad6fe45c920370 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Wed, 21 Dec 2022 10:41:10 +0100 Subject: [PATCH] univ-nantes: reduce blank space in forms (#72590) --- static/univ-nantes/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/univ-nantes/_custom.scss b/static/univ-nantes/_custom.scss index b98b7945..fa0bda2f 100644 --- a/static/univ-nantes/_custom.scss +++ b/static/univ-nantes/_custom.scss @@ -141,6 +141,12 @@ div.wcsformcell { padding: 0.7em 1rem; } +.widget.BlockSubWidget > .widget { + margin-bottom: $space-small; +} +form div.widget { + margin-bottom: $space-small; +} footer h1, footer h2 { font-size: $fz-small;