Refactor single article to Medium-style layout with minimal comments
This commit is contained in:
12
style.css
12
style.css
@@ -204,13 +204,13 @@ a:hover {
|
||||
}
|
||||
|
||||
.comment-list .comment {
|
||||
background: #fff;
|
||||
border: 1px solid rgba(26, 43, 72, 0.1);
|
||||
/* Subtle midnight border */
|
||||
border-radius: 0.5rem;
|
||||
padding: 1.5rem;
|
||||
padding: 1.5rem 0;
|
||||
margin-bottom: 1.5rem;
|
||||
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
|
||||
border-bottom: 1px solid rgba(26, 43, 72, 0.1);
|
||||
}
|
||||
|
||||
.comment-list .comment:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.comment-list .comment-body {
|
||||
|
||||
Reference in New Issue
Block a user