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 { .image.not-rounded {
border-radius: 0; border-radius: 0;
width: 74px; width: 60px;
height: 74px; height: 60px;
} }
.intro { .intro {
@ -228,11 +228,11 @@
} }
.community-integrations-sponsor { .community-integrations-sponsor {
max-width: 965px; max-width: 1110px;
margin: auto; margin: auto;
} }
.community-integrations-sponsor img.image { .community-integrations-sponsor img.image {
width: 78px; width: 64px;
height: 78px; height: 64px;
} }