Basic styling for comments section

This commit is contained in:
Jeremy Dormitzer 2018-07-27 15:56:49 -04:00
parent 2bade2d51e
commit 554a4f714b

View File

@ -992,6 +992,19 @@ Site footer
text-align: center; text-align: center;
} }
/*
Comments
*/
.comment-list {
margin: 0;
padding-left: 3em;
}
.comment-form input[type="checkbox"] {
width: auto;
margin-right: 0.5em;
}
/* /*
Mobile Mobile
*/ */
@ -1008,10 +1021,18 @@ Mobile
grid-column: 2 / 12; grid-column: 2 / 12;
} }
.comment-list {
padding-left: 1em;
}
.widget-area { .widget-area {
grid-column: 2 / 12; grid-column: 2 / 12;
} }
.comment-form input {
width: 100%;
}
.search-form { .search-form {
grid-template-columns: 1fr; grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr; grid-template-rows: 1fr 1fr;