From: Michael Tremer Date: Mon, 15 Oct 2018 20:55:26 +0000 (+0100) Subject: CSS: Reset section padding on cards X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0c487406af17673821a3f20bf46d547ab5fe4e3;p=ipfire.org.git CSS: Reset section padding on cards Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index c375e515..526ab8fb 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -66,6 +66,11 @@ body { .card { @extend .inverse; + + // Reset padding for sections + section { + padding: 0; + } } .nav {