Skip to content

Commit

Permalink
Increase grid padding
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Nov 25, 2023
1 parent 6c2dee5 commit 179c870
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ timetoread: False
<style>
.grid-item {
border: 2px solid #eee;
padding: 1em;
padding: 2em;
display: inline-block;
width: 18em;
height: 20em;
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h1>Latest Posts</h1>
<style>
.grid-item {
border: 2px solid #eee;
padding: 1em;
padding: 2em;
display: inline-block;
width: 18em;
height: 20em;
Expand Down
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 179c870

Please sign in to comment.