Skip to content

Commit

Permalink
adjust footer DB icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
xxvis committed Mar 6, 2015
1 parent d15fdaf commit f533e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ p .icon-db {
border-radius: 4px;
display: inline-block;
vertical-align: top;
margin-top: -2px;
margin-top: -1px;
color: #CE2B27;
}

Expand Down
2 changes: 1 addition & 1 deletion content/scss/site/_all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ p {
border-radius: $border-radius;
display: inline-block;
vertical-align: top;
margin-top: -2px;
margin-top: -1px;
color: $red;
}
}

0 comments on commit f533e3c

Please sign in to comment.