From fad6c75f1b187af96f71858d6c1283eb7bac31f1 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; -- 2.39.2