Skip to content

Commit

Permalink
Merge pull request #42 from Seven-Steven/master
Browse files Browse the repository at this point in the history
vertically centered the icon and comment
  • Loading branch information
ViggoZ committed Apr 14, 2020
2 parents cca4a6c + 280802e commit 0be7587
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/css/nav.css
Expand Up @@ -31,9 +31,15 @@
display: block;
margin-right: 10px;
}

.xe-comment {
transform: translateY(-50%);
position: absolute;
margin-left: 50px;
top: 50%;
}
.xe-comment p {
margin-bottom: 0px;
margin-right: 15px;
}
.overflowClip_1 {
overflow: hidden;
Expand All @@ -54,4 +60,8 @@
.submit-tag{
margin-top: 50px;

}

.img-circle {
padding: 7px 0;
}

0 comments on commit 0be7587

Please sign in to comment.