Basic styling for comments section
This commit is contained in:
parent
2bade2d51e
commit
554a4f714b
21
style.css
21
style.css
@ -992,6 +992,19 @@ Site footer
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
Comments
|
||||
*/
|
||||
.comment-list {
|
||||
margin: 0;
|
||||
padding-left: 3em;
|
||||
}
|
||||
|
||||
.comment-form input[type="checkbox"] {
|
||||
width: auto;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
Mobile
|
||||
*/
|
||||
@ -1008,10 +1021,18 @@ Mobile
|
||||
grid-column: 2 / 12;
|
||||
}
|
||||
|
||||
.comment-list {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.widget-area {
|
||||
grid-column: 2 / 12;
|
||||
}
|
||||
|
||||
.comment-form input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.search-form {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
|
Loading…
Reference in New Issue
Block a user