diff --git a/_scss/module/_indexpage.scss b/_scss/module/_indexpage.scss index 52b7717..2d026c7 100644 --- a/_scss/module/_indexpage.scss +++ b/_scss/module/_indexpage.scss @@ -9,10 +9,10 @@ section { background-color: $background-primary; background-image: linear-gradient( to left bottom, - $background-primary 50%, + $background-primary 49%, $background-alternative 50% ); - background-size: 100% 60px; + background-size: 100% 30px; background-repeat: no-repeat; background-position: bottom; @@ -20,7 +20,7 @@ section { background-color: $background-alternative; background-image: linear-gradient( to left bottom, - $background-alternative 50%, + $background-alternative 49%, $background-primary 50% ); } @@ -32,6 +32,7 @@ section { section { .paragraphs { column-count: 2; + margin-bottom: 3rem; h3, p { max-width: 300px; font-family: 'Roboto', sans-serif;