ultimate
This commit is contained in:
parent
5d6d4c8b87
commit
65ba4e0cbf
|
@ -123,6 +123,7 @@ background-image: url('/assets/img/world.svg');
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(230deg, #ff00ffe6, #416a00e6);
|
||||
}
|
||||
|
||||
@media (min-aspect-ratio: 16/9) {
|
||||
|
@ -405,7 +406,6 @@ min-height: 80vh;
|
|||
}
|
||||
.logo {
|
||||
flex: 1 0 300px;
|
||||
|
||||
background-size: 100%;
|
||||
background-repeat: repeat;
|
||||
max-width: 300px;
|
||||
|
|
|
@ -36,7 +36,7 @@ layout: default
|
|||
|
||||
</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;">
|
||||
{% include cookiemonster.html %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue