Updated collection card margins on frontend (#18246)

Closes https://github.com/TryGhost/Product/issues/3909
This commit is contained in:
Sanne de Vries 2023-09-20 14:16:57 +02:00 committed by GitHub
parent 0886dc00d7
commit 7cd9864a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,9 @@
.kg-collection-card {
width: 100%;
margin-top: 8vmin;
margin-top: 6vmin;
}
.kg-collection-card + * {
margin-top: 8vmin;
}
.kg-collection-card + .kg-collection-card {
margin-top: 6vmin;
}