ultimate
This commit is contained in:
parent
5d6d4c8b87
commit
65ba4e0cbf
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue