changes on introduction and fix color on logo mobile

This commit is contained in:
Tancre
2021-04-24 22:03:11 +02:00
parent 4d17a77364
commit 25fc29aca7
7 changed files with 15808 additions and 442 deletions

View File

@ -467,7 +467,7 @@ a {
background-color: rgba(0, 0, 0, 0.7); }
.site-header__logo--orange-bg {
transition: all .3s ease-out;
background-color: #FF9F2F;
background-color: orange;
transform: translateX(-50%) scale(0.8); }
@media (min-width: 800px) {
.site-header__logo {
@ -663,7 +663,7 @@ a {
margin-bottom: 70px; }
@media (min-width: 800px) {
.page-section--b-margin {
margin-bottom: -140px; } }
margin-bottom: -155px; } }
.page-section--red {
background-color: #d23b2d;
color: #fff; }
@ -728,7 +728,8 @@ a {
.row--large-only {
display: inline-block; } }
.row--gutters {
margin-right: -60px; }
margin-right: -60px;
margin-bottom: 15px; }
.row--gutters > div {
padding-right: 60px; }
@media (min-width: 1200px) {
@ -800,7 +801,7 @@ a {
padding-bottom: 59%; } }
@media (min-width: 1200px) {
.video-container {
padding-bottom: 56.25%;
padding-bottom: 55.7%;
margin-right: 0px;
margin-left: 0px; } }
@ -923,7 +924,7 @@ a {
@media (min-width: 1200px) {
.arrow--about {
position: relative;
bottom: -60px;
bottom: -55px;
left: 50%;
transform: translateX(-50%); } }
.arrow--how-it-works-1 {

File diff suppressed because one or more lines are too long