From 39c5657a5092d3f648feb2528e869c5683f3da3a Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Sun, 11 Aug 2024 22:45:43 +0200 Subject: [PATCH] Improved margin and padding for features section --- assets/sass/components/_features.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/sass/components/_features.scss b/assets/sass/components/_features.scss index 63f9a72..5fc4419 100644 --- a/assets/sass/components/_features.scss +++ b/assets/sass/components/_features.scss @@ -9,11 +9,13 @@ font-size: inherit; letter-spacing: _font(no-kerning); line-height: inherit; - margin-top: 1em; + margin: 1em 0; text-transform: initial; + padding: 0 1em; } h3 { margin-top: 0em; + padding: 0 1em; } }