slant fix

This commit is contained in:
Jeppe Ernst 2018-01-22 16:05:07 +01:00
parent e122110a26
commit b3a05d12fe
1 changed files with 4 additions and 3 deletions

View File

@ -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;