diff --git a/src/styles/_project.sass b/src/styles/_project.sass index fefdc82a..15b08f8b 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -238,6 +238,16 @@ ul.project-edit-tools border: none +#project_context + .node-details-description + font: + size: 1.2em + weight: 200 + + img + margin-bottom: 2rem + margin-top: 2rem + /* The actual navigation tree container */ #project_tree +media-xs diff --git a/src/styles/blog.sass b/src/styles/blog.sass index f92a91b4..748591a2 100644 --- a/src/styles/blog.sass +++ b/src/styles/blog.sass @@ -51,6 +51,16 @@ @import _comments @import _notifications +body.blog + .node-details-description + font: + size: 1.3em + weight: 200 + + img + margin-bottom: 2rem + margin-top: 2rem + #blog_post-edit-form padding: 20px