- Add the `spaced` class to some article cards, to make them wider even on desktop
- Fix the CSS to always have a small margin for cards on mobile
This commit is contained in:
Baptiste Gelez
2019-04-19 15:49:22 +01:00
committed by GitHub
parent 6acb962e72
commit b572a1bd74
5 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
])
}
<div class="cards">
<div class="cards spaced">
@for article in articles {
@:post_card(ctx, article)
}