mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue