Skip to content

Commit

Permalink
title animation
Browse files Browse the repository at this point in the history
  • Loading branch information
malithmcr committed Dec 15, 2018
1 parent eac5aa7 commit ac8d998
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sass/maps/style.css.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions sass/site/primary/_posts-and-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
padding-bottom: 21px;
position: relative;
}
.entry-header {
padding-bottom: 10px;
}
.post,
.page {
margin: 0 0 1.5em;
Expand All @@ -17,6 +20,21 @@
color: #383838;
font-weight: 600;
font-family: "Raleway", sans-serif;
&:hover {
transition: width 2s;
&:after {
width: 60px;
}
}
&:after {
content: '';
width: 40px;
height: 3px;
background: #585858;
display: block;
margin: 6px 0;
transition: width 2s;
}
}
}
.entry-meta {
Expand Down
25 changes: 25 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac8d998

Please sign in to comment.