- 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:
@@ -74,7 +74,7 @@
|
||||
@if posts.is_empty() {
|
||||
<p>@i18n!(ctx.1, "No posts to see here yet.")</p>
|
||||
}
|
||||
<div class="cards">
|
||||
<div class="cards spaced">
|
||||
@for article in posts {
|
||||
@:post_card(ctx, article)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user