univ-nantes: reduce blank space in forms (#72590)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea-wip/publik-base-theme/pipeline/head Build started... Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Agate 2022-12-21 10:41:10 +01:00
parent 8a3136b82f
commit fad6c75f1b
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;