Fixed background on about page

This commit is contained in:
Basti 2018-05-24 20:24:07 +02:00
parent 3dccf8bab9
commit d7ffa77545

View File

@ -10,6 +10,7 @@ body {
body.about-body { body.about-body {
background-color: transparent; background-color: transparent;
background-image: url('../images/background-kosmos.jpg'); background-image: url('../images/background-kosmos.jpg');
background-attachment: fixed;
} }
.landing-page .learn-more-cta { .landing-page .learn-more-cta {