Skip to content

Commit

Permalink
header title make to transition
Browse files Browse the repository at this point in the history
  • Loading branch information
takuyan committed Feb 20, 2015
1 parent 7f25076 commit 65327f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions source/stylesheets/_base.sass
Expand Up @@ -59,7 +59,7 @@ body

.article_body > h2:first-child
margin:
top: 0
top: 0
padding:
top: 0

Expand All @@ -81,7 +81,7 @@ body
family: $font-family-sans-serif
a
color: $text-color
transition: color 0.3s linear 0
transition: color 0.3s linear 0
&:hover
color: $link-color
.article_body
Expand Down
8 changes: 5 additions & 3 deletions source/stylesheets/module/_header.sass
Expand Up @@ -11,16 +11,18 @@
family: $main-font
a
color: $text-color
transition: color 0.3s linear 0
&:hover
color: $green
text-decoration: none
transition: color 0.3s linear 0
img
width: 100px
margin: 0 20px 0 0
margin: 0 20px 0 0
small
display: block
margin: 20px 0
padding: 0
margin: 20px 0
padding: 0
font:
size: 16px

Expand Down

0 comments on commit 65327f2

Please sign in to comment.