diff --git a/blocks/hero/hero.css b/blocks/hero/hero.css index bc9fceb8..88ebc49c 100644 --- a/blocks/hero/hero.css +++ b/blocks/hero/hero.css @@ -3,7 +3,7 @@ main .hero-container > div { max-width: unset; } - + main .hero-container { padding: 0; } @@ -43,7 +43,8 @@ main .hero h1 { width: 100%; height: 100%; } */ -/* + +/* main .hero a:hover { color: white; } */ diff --git a/styles/styles_2020.css b/styles/styles_2020.css index d26a582d..7fc08452 100644 --- a/styles/styles_2020.css +++ b/styles/styles_2020.css @@ -675,7 +675,7 @@ } .mmg-timeline .swiper-timeline::before { - background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0)); + background: linear-gradient(90deg,#fff,hsla(0deg,0%,100%,0%)); content: ""; height: 100%; left: 0; @@ -686,7 +686,7 @@ } .mmg-timeline .swiper-timeline::after { - background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0)); + background: linear-gradient(270deg,#fff,hsla(0deg,0%,100%,0%)); content: ""; height: 100%; position: absolute; @@ -902,7 +902,7 @@ padding: 0 } - .module.split-bg:before { + .module.split-bg::before { content: none }