Skip to content

Commit

Permalink
update comment button
Browse files Browse the repository at this point in the history
make comment button different with other nearby button
  • Loading branch information
Fauz committed Oct 28, 2019
1 parent ab61db9 commit 94c1f58
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions components/HackCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,25 @@ const HackCard = (props) => {
display: inline-block;
padding: 0px 5px;
}
.any-comments a:first-child {
background: #e2e2e2;
padding: 5px;
border-radius: 5px;
margin-right: 5px;
}
.any-comments a span {
line-height: 18px;
vertical-align: middle;
padding-left: 5px;
padding-right: 0;
}
.any-comments a, .any-comments span{
padding-right: 5px;
line-height: 18px;
display: flex;
}
@media screen and (min-width: 700px){
.hack-card-container .hack-card {
Expand Down

0 comments on commit 94c1f58

Please sign in to comment.