add ECF Logo + clean up styles
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2022-06-02 18:45:12 +05:00
parent da06fa2aed
commit 51ce171de1
3 changed files with 18 additions and 3 deletions

View File

@ -324,6 +324,11 @@ div.thumbnail {
.autonomic { .autonomic {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@media (max-width: 800px) {
.column.is-one-quarter.is-full-mobile {
flex: unset;
}
}
} }
.cofunders { .cofunders {
@ -336,6 +341,7 @@ div.thumbnail {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
gap: 3rem; gap: 3rem;
@media (max-width: 600px) { gap: 0;}
.first-row{ .first-row{
display: grid; display: grid;
@ -347,6 +353,12 @@ div.thumbnail {
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
img {
object-fit: contain;
padding: 1.5rem;
height: 150px;
}
} }
} }
} }

View File

@ -27,7 +27,7 @@
</div> </div>
<div> <div>
<a href="https://www.fashionrevolution.org/"><img src='/logos/fashion-rev.svg' height="150px"></a> <a href="https://www.fashionrevolution.org/"><img src='/logos/fashion-rev.svg'></a>
</div> </div>
<div> <div>
<a href="https://biobulkbende.org/"><img src='/logos/biobulkbende.png'></a> <a href="https://biobulkbende.org/"><img src='/logos/biobulkbende.png'></a>
@ -35,11 +35,14 @@
</div> </div>
<div class="second-row"> <div class="second-row">
<div> <div>
<a href="https://www.thirdsectoraccountancy.coop/"><img src='/logos/third-sector-accountancy.svg' style="height:150px;"></a> <a href="https://www.thirdsectoraccountancy.coop/"><img src='/logos/third-sector-accountancy.svg'></a>
</div> </div>
<div> <div>
<a href="https://anarchyrules.info/"><img src='/logos/anarchy-rules.png' style="height:150px;"></a> <a href="https://anarchyrules.info/"><img src='/logos/anarchy-rules.png'></a>
</div> </div>
<div>
<a href="https://culturalfoundation.eu/"><img src="/logos/ecf.png" alt="European Cultural Foundation"></a>
</div>
</div> </div>
</div> </div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB