Remove top margin from form validation in footers

This commit is contained in:
Florine W. Dekker 2022-12-14 20:39:37 +01:00
parent 46da788e86
commit cba23b4911
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "3.5.3",
"version": "3.5.4",
"description": "The base template for pages on fwdekker.com.",
"author": "Florine W. Dekker",
"license": "MIT",

View File

@ -65,8 +65,12 @@ article > header {
}
article > footer {
margin-bottom: calc(var(--block-spacing-vertical) / -2);
margin-top: calc(var(--block-spacing-vertical) / 2);
margin-bottom: calc(var(--block-spacing-vertical) / -2);
}
article > footer > form > article {
margin-top: 0;
}
article > header > hgroup,