univ-nantes: reduce blank space in forms (#72590)

This commit is contained in:
Agate 2022-12-21 10:41:10 +01:00 committed by Gitea
parent 05d7b81a87
commit 855e5fa339
1 changed files with 6 additions and 0 deletions

View File

@ -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;