Skip to content

Commit

Permalink
style: left-align blog entry link with categories
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Sep 9, 2022
1 parent da113d7 commit 30a96b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/style.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ body, pre, code
.category, .credits
color: $subtle_color

.category
padding-left: 1em

> .content

.table-of-contents
Expand Down Expand Up @@ -144,6 +141,9 @@ body, pre, code
// they are placed at its location in the entry list
&:target > .title > a
+you_are_here
// left-align the blog entry link with its categories
> .title > a
margin-left: 0px

p + p
text-indent: 4ch
Expand Down

0 comments on commit 30a96b9

Please sign in to comment.