From 42dfcca9bf00b927e03310625ecb0387abf501cb Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Wed, 25 Oct 2023 11:15:06 +0100 Subject: [PATCH] Fix linting issues --- src/nationalarchives/utilities/_typography.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/nationalarchives/utilities/_typography.scss b/src/nationalarchives/utilities/_typography.scss index f14fb9f8..a420f55b 100644 --- a/src/nationalarchives/utilities/_typography.scss +++ b/src/nationalarchives/utilities/_typography.scss @@ -79,13 +79,13 @@ strong { p { margin: 2rem 0 0; - &:first-child { - margin-top: 0; - } - + p { margin-top: 1rem; } + + &:first-child { + margin-top: 0; + } } a {