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

Merged
aberriot merged 1 commits from wip/72590-univ-nantes-form-margin into main 2023-01-02 09:20:11 +01:00
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;