Skip to content

Commit

Permalink
fix: post-gitinfo style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 25, 2019
1 parent badf6fa commit 916e77e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions assets/scss/_common/post-gitinfo.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.post-gitinfo {
font-size: 80%;
font-size: 70%;
margin-top: ($fontSize * 5);
display: flex;
justify-content: space-between;
Expand All @@ -17,10 +17,18 @@
display: flex;
}

.post-gitinfo-left {
margin-left: -0.5em;
}

.post-gitinfo-right {
margin-right: -0.5em;
}

.gitinfo-item {
margin: 0 0.5em;
}

.git-icon, .msg-icon, .feedback-icon, .edit-icon {
margin-bottom: 0.3em;
margin: 0 0.3em 0.3em 0;
}

0 comments on commit 916e77e

Please sign in to comment.