mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Updated collection card margins on frontend (#18246)
Closes https://github.com/TryGhost/Product/issues/3909
This commit is contained in:
parent
0886dc00d7
commit
7cd9864a7a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user