added iris logo
This commit is contained in:
parent
88d5b3ce43
commit
1e2df32b79
@ -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
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user