Skip to content

Commit

Permalink
BlogPage: Added H2 styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
umamialex committed Jun 20, 2016
1 parent 203f689 commit d4e2c97
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions frontend/Page/BlogPage/blog-page.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,23 @@
size: 1em
weight: bold
letter-spacing: 0.1em
margin-top: 2em
margin-bottom: 2em
margin: 2em
position: relative
z-index: 1
overflow: hidden
&:before, &:after
content: '\a0'
background-color: #000
height: 0.16em
position: absolute
overflow: hidden
top: calc(50% - 0.08em)
width: calc(50% - 1em)
&:before
text-align: right
margin-left: -50%
&:after
margin-left: 1em

&-date
font:
Expand Down

0 comments on commit d4e2c97

Please sign in to comment.