- 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
+4
View File
@@ -138,4 +138,8 @@ html {
body > footer * { margin: 1em auto; }
.flex.wrap { flex-direction: column; }
.cards {
margin: 1rem 0 5rem;
}
}