Revert community integration icon size increase

From #2700. Narrow column instead.
This commit is contained in:
hunicus 2022-11-30 04:32:10 -05:00
parent 50993d3b95
commit 734c953714
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
2 changed files with 4 additions and 4 deletions

View File

@ -129,7 +129,7 @@
<span>Gemini</span>
</a>
<a href="https://exodus.com/" target="_blank" title="Exodus">
<svg width="81" height="81" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="80" height="80" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="250" cy="250" r="250" fill="#1F2033"/>
<g clip-path="url(#clip0_2_14)">
<path d="M411.042 178.303L271.79 87V138.048L361.121 196.097L350.612 229.351H271.79V271.648H350.612L361.121 304.903L271.79 362.952V414L411.042 322.989L388.271 250.646L411.042 178.303Z" fill="url(#paint0_linear_2_14)"/>

View File

@ -3,8 +3,8 @@
text-align: center;
.image {
width: 81px;
height: 81px;
width: 80px;
height: 80px;
background-size: 100%, 100%;
border-radius: 50%;
margin: 25px;
@ -191,6 +191,6 @@
}
.community-integrations-sponsor {
max-width: 970px;
max-width: 965px;
margin: auto;
}