summaryrefslogtreecommitdiff
path: root/design/sass/screenv10.scss
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-01-15 17:24:48 -0500
committerluxagraf <sng@luxagraf>2021-01-15 17:24:48 -0500
commit52baba0dbd18ab84ff2aef3f38dc4a7b4b0dae4a (patch)
treef943a9e73286f30e008740137421abcf42fe9335 /design/sass/screenv10.scss
parent776712e1288138f546d105ab621523a2c632638a (diff)
fixed a bug in comment form styles
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;