Skip to content

Commit

Permalink
feat: marges
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-bouvier committed Nov 1, 2024
1 parent 7e3cfee commit ebe3217
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pagination:
<h2>Articles de blog</h2>
<div style="display: flex;
flex-wrap: wrap;
justify-content: space-between;">
justify-content: space-between; margin-bottom: .5rem;margin-top: .5rem">
{% for blog in blogs %}
<div class="card">
<a href="{{ blog.url }}"><h2 style="font-size: large">{{ blog.data.title }}</h2></a>
Expand Down
9 changes: 8 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
padding: 0.5rem;
padding: 1rem;
max-width: 640px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
Expand Down Expand Up @@ -112,3 +112,10 @@ pre {
}
}

header {
margin-bottom: .5rem;
}

footer {
margin-top: .5rem;
}

0 comments on commit ebe3217

Please sign in to comment.