commit fc4c55a6d5de2a81d96ae4f968826de0802841c9
parent 0f2ab78ffc2cd616b6187fbfbbff513d16cfe922
Author: George Francis <georgedoescode@gmail.com>
Date: Mon, 19 Oct 2020 19:41:02 +0100
tighten up paragrapoh margins
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/components/TheInfoSection.vue b/src/components/TheInfoSection.vue
@@ -73,6 +73,10 @@ export default {
margin-bottom: var(--spacing-5);
}
+.info-section__paragraph:last-of-type {
+ margin-bottom: 0;
+}
+
.info-section__squircle-hero {
justify-self: end;
grid-column: 9 / 13;