add more sponsor logos for book club page

This commit is contained in:
2025-05-15 19:28:45 +05:00
parent 92cdb469db
commit 986fd4bcb7
6 changed files with 11 additions and 4 deletions

View File

@ -244,7 +244,7 @@ section.hero {
display: flex;
text-align: center;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center;
align-items: center;
@include respond(tablet) {
justify-content: center;
@ -256,7 +256,10 @@ section.hero {
gap: 1.2em;
justify-content: center;
}
img { transform: scale(0.67) }
img {
transform: scale(0.67);
margin-inline: 7px;
}
}
}