From c90c1b3fdd0503281ed54216a75649efb79b815c Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 25 Dec 2019 14:15:19 +0100 Subject: [PATCH] More space between features --- src/main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main.scss b/src/main.scss index 8f69eab..d4f2b6d 100644 --- a/src/main.scss +++ b/src/main.scss @@ -252,6 +252,14 @@ h1, h2, h3, h4, h5, h6 { } } + .columns.feature { + justify-content: space-between; + + .column{ + width: 48%; + } + } + .column.theimage { text-align: center;