diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-06 22:32:52 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-06 22:32:52 -0500 |
commit | 1eef37953908b8695b19cfcd249afa83bb4f8a3a (patch) | |
tree | bb4a313ab6142a628a15b90d57e23734e4493733 /app/assets | |
parent | 4e5cc58697477ff393cc176214f4fb51a66f50a7 (diff) | |
download | thoughts-1eef37953908b8695b19cfcd249afa83bb4f8a3a.tar.gz thoughts-1eef37953908b8695b19cfcd249afa83bb4f8a3a.tar.bz2 thoughts-1eef37953908b8695b19cfcd249afa83bb4f8a3a.zip |
Add h-entry annotations for blog posts
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/main/entries.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index fd03de9..37b0a49 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss | |||
@@ -2,7 +2,7 @@ | |||
2 | // They will automatically be included in application.css. | 2 | // They will automatically be included in application.css. |
3 | // You can use Sass (SCSS) here: http://sass-lang.com/ | 3 | // You can use Sass (SCSS) here: http://sass-lang.com/ |
4 | 4 | ||
5 | #blog-post { | 5 | .blog-post { |
6 | font-size: 16px; | 6 | font-size: 16px; |
7 | line-height: 24px; | 7 | line-height: 24px; |
8 | margin: 0 1em 1em; | 8 | margin: 0 1em 1em; |