This commit is contained in:
Set Sakrecoer 2019-07-15 18:40:26 +02:00
parent 5d6d4c8b87
commit 65ba4e0cbf
2 changed files with 2 additions and 2 deletions

View file

@ -123,6 +123,7 @@ background-image: url('/assets/img/world.svg');
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: linear-gradient(230deg, #ff00ffe6, #416a00e6);
} }
@media (min-aspect-ratio: 16/9) { @media (min-aspect-ratio: 16/9) {
@ -405,7 +406,6 @@ min-height: 80vh;
} }
.logo { .logo {
flex: 1 0 300px; flex: 1 0 300px;
background-size: 100%; background-size: 100%;
background-repeat: repeat; background-repeat: repeat;
max-width: 300px; max-width: 300px;

View file

@ -36,7 +36,7 @@ layout: default
</div> </div>
<div class="aboutflex" style="background: #fff;"> <div style=" background: linear-gradient(45deg, #ff00ff, #416a00);">
<div class="trackcontainer logo" style="margin-top:0;padding-top:0;"> <div class="trackcontainer logo" style="margin-top:0;padding-top:0;">
{% include cookiemonster.html %} {% include cookiemonster.html %}
</div> </div>