about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 15:05:17 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-12 15:05:17 +0000
commitb24e6f58a525fc576e23ef9d498745e64c16cd6c (patch)
tree38a2c0e320adfcd1f5d42096c103312afebb9ba4
parent3ac90d04c313c28be4995ec64a442f824a3db0c7 (diff)
downloadthoughts-b24e6f58a525fc576e23ef9d498745e64c16cd6c.tar.gz
thoughts-b24e6f58a525fc576e23ef9d498745e64c16cd6c.tar.bz2
thoughts-b24e6f58a525fc576e23ef9d498745e64c16cd6c.zip
Blog title underline should stretch full width
-rw-r--r--app/assets/stylesheets/main/entries.scss4
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;