summaryrefslogtreecommitdiff
path: root/design/sass/screenv10.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/screenv10.scss')
-rw-r--r--design/sass/screenv10.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss
index 470c111..3149613 100644
--- a/design/sass/screenv10.scss
+++ b/design/sass/screenv10.scss
@@ -1205,15 +1205,25 @@ pre{
}
//}}}
//*********** comments **********************************{{{
-.comment-wrapper {
+.comment-wrapper, .comment-form-wrapper {
margin: 0 auto;
max-width: 96%;
}
@media screen and (min-width: 750px) {
- .comment-wrapper {
+ .comment-wrapper, .comment-form-wrapper {
max-width: 750px;
}
}
+.comment-form-wrapper .submit {
+ display: flex;
+ justify-content: flex-end;
+}
+
+.comment-form-wrapper input[type="submit"] {
+ display: block;
+ width: 100px;
+ margin-left: 10px;
+}
.comment-card-wrapper:after {
display: block;
margin: 4rem auto;