Commit 77d3759cadab71e1479bea271f1a98f226817074
1 parent
b22ad689
Exists in
master
and in
2 other branches
Add blog style and fix box-1 width
Showing
2 changed files
with
15 additions
and
1 deletions
Show diff stats
_internalpage.sass
@@ -50,3 +50,17 @@ | @@ -50,3 +50,17 @@ | ||
50 | .article-body a | 50 | .article-body a |
51 | color: #3B9AAD | 51 | color: #3B9AAD |
52 | text-decoration: none | 52 | text-decoration: none |
53 | + &.blog | ||
54 | + .blog-post | ||
55 | + background: none | ||
56 | + border-top: 1px dotted #575959 | ||
57 | + margin: 0 | ||
58 | + padding: 0 | ||
59 | + h1.title | ||
60 | + border: none | ||
61 | + padding: 0 | ||
62 | + width: 100% | ||
63 | + a | ||
64 | + color: #575959 | ||
65 | + font-size: 22px | ||
66 | + font-weight: normal |