Skip to content

Commit

Permalink
Fix meta-info vertical alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 15, 2016
1 parent f6f279a commit 3b7e765
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/css/common.css
Expand Up @@ -105,12 +105,14 @@
text-decoration: none;
}
.jumbotron #jumbotron-meta-info {
margin-top: 20px;;
margin-top: 20px;
}

.jumbotron .meta-info {
font-size: 20px;
margin-right: 15px
margin-right: 15px;
display: inline-block;
vertical-align: middle;
}

.jumbotron.meta-info, .jumbotron .meta-info .octicon {
Expand Down

0 comments on commit 3b7e765

Please sign in to comment.