added iris logo

This commit is contained in:
sairaj mote 2023-06-17 22:27:06 +05:30
parent 88d5b3ce43
commit 1e2df32b79
4 changed files with 6 additions and 6 deletions

View File

@ -331,6 +331,7 @@ section:nth-of-type(4) p {
#partners {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: auto;
margin-top: 3rem;
@ -342,6 +343,7 @@ section:nth-of-type(4) p {
text-align: center;
align-items: center;
padding: 1rem;
flex: 1;
}
#partners li .icon {
width: 2rem;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -296,6 +296,7 @@ section {
#partners {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin: auto;
margin-top: 3rem;
@ -306,6 +307,7 @@ section {
text-align: center;
align-items: center;
padding: 1rem;
flex: 1;
.icon {
width: 2rem;
height: 2rem;

View File

@ -259,11 +259,7 @@
</li>
<li>
<a href="https://iris.to/projectb" target="_blank">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24"
width="24px" fill="#000000">
<path d="M0 0h24v24H0z" fill="none"></path>
<path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"></path>
</svg>
<img class="icon" src="https://iris.to/assets/icon128-e988831c.png" alt="">
<span>
Iris
</span>