mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Bring reply link up closer to comment details
This commit is contained in:
parent
b776be58e5
commit
485bbcc3a9
@ -196,6 +196,10 @@ ul {
|
||||
margin-top: -15px;
|
||||
}
|
||||
|
||||
.negative-20 {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.landing-p {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
"</div>" +
|
||||
"</h6>" +
|
||||
"</div>" +
|
||||
"<div class='row negative-15'>" +
|
||||
"<div class='row negative-20'>" +
|
||||
"<div class='col-xs-6 comment-a-comment'>" +
|
||||
"<h6>" +
|
||||
"<a id='" + commentDetails._id + "'>Reply</a>" +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user