Make community integration rows symmetric and full

This commit is contained in:
hunicus 2023-03-12 06:17:50 -04:00
parent 97d82042c0
commit a5e281706f
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -13,8 +13,8 @@
.image.not-rounded {
border-radius: 0;
width: 74px;
height: 74px;
width: 60px;
height: 60px;
}
.intro {
@ -228,11 +228,11 @@
}
.community-integrations-sponsor {
max-width: 965px;
max-width: 1110px;
margin: auto;
}
.community-integrations-sponsor img.image {
width: 78px;
height: 78px;
width: 64px;
height: 64px;
}