slant fix
This commit is contained in:
parent
e122110a26
commit
b3a05d12fe
|
@ -9,10 +9,10 @@ section {
|
||||||
background-color: $background-primary;
|
background-color: $background-primary;
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
to left bottom,
|
to left bottom,
|
||||||
$background-primary 50%,
|
$background-primary 49%,
|
||||||
$background-alternative 50%
|
$background-alternative 50%
|
||||||
);
|
);
|
||||||
background-size: 100% 60px;
|
background-size: 100% 30px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ section {
|
||||||
background-color: $background-alternative;
|
background-color: $background-alternative;
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
to left bottom,
|
to left bottom,
|
||||||
$background-alternative 50%,
|
$background-alternative 49%,
|
||||||
$background-primary 50%
|
$background-primary 50%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,7 @@ section {
|
||||||
section {
|
section {
|
||||||
.paragraphs {
|
.paragraphs {
|
||||||
column-count: 2;
|
column-count: 2;
|
||||||
|
margin-bottom: 3rem;
|
||||||
h3, p {
|
h3, p {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|
Loading…
Reference in a new issue