diff options
Diffstat (limited to 'app/assets/stylesheets/main/entries.scss')
-rw-r--r-- | app/assets/stylesheets/main/entries.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index b83082c..56cd221 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss | |||
@@ -8,11 +8,13 @@ | |||
8 | margin: 0 1em 1em; | 8 | margin: 0 1em 1em; |
9 | 9 | ||
10 | .blog-title { | 10 | .blog-title { |
11 | flex-grow: 1; | ||
12 | |||
11 | h2 { | 13 | h2 { |
12 | width: 100%; | ||
13 | margin-left: 10px; | 14 | margin-left: 10px; |
14 | margin-top: 0; | 15 | margin-top: 0; |
15 | margin-bottom: 0; | 16 | margin-bottom: 0; |
17 | margin-right: 10px; | ||
16 | color: #59770e; | 18 | color: #59770e; |
17 | border-bottom: 1px dotted #CCCCCC; | 19 | border-bottom: 1px dotted #CCCCCC; |
18 | padding-bottom: 3px; | 20 | padding-bottom: 3px; |