Change Hero background image properties

master
Nikola Forró 6 years ago
parent c2e5e08078
commit 499f77fcc0

File diff suppressed because one or more lines are too long

@ -33,8 +33,6 @@ section.section {
padding-top: 6rem; padding-top: 6rem;
padding-bottom: 7rem; padding-bottom: 7rem;
background-size: cover;
background-position: center;
&.hero-fullscreen { &.hero-fullscreen {
height: 100vh; height: 100vh;
@ -56,10 +54,19 @@ section.section {
height: 8rem; height: 8rem;
} }
background-position: 50% 0; background-position: 50% bottom;
background-repeat: no-repeat;
&.left-shift { &.blue-bg {
background-position: 33% 0 !important; background-color: #2d384a;
}
&.purple-bg {
background-color: #312b59;
}
&.yellow-bg {
background-color: #d29016;
} }
//&.parallax { //&.parallax {

Loading…
Cancel
Save