diff --git a/style.css b/style.css index eae391a..057f839 100644 --- a/style.css +++ b/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;