add more sponsor logos for book club page
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user