diff --git a/sass/site/primary/_posts-and-pages.scss b/sass/site/primary/_posts-and-pages.scss index ceed29f1..9d6100d0 100644 --- a/sass/site/primary/_posts-and-pages.scss +++ b/sass/site/primary/_posts-and-pages.scss @@ -2,7 +2,8 @@ display: block; } -.hentry { +.post, +.page { margin: 0 0 1.5em; } diff --git a/style.css b/style.css index 2884f386..4683b472 100644 --- a/style.css +++ b/style.css @@ -842,7 +842,8 @@ a:hover, a:active { display: block; } -.hentry { +.post, +.page { margin: 0 0 1.5em; }