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;