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
2 changed files with 4 additions and 4 deletions

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;
}