Commit 9e280d1e by Brian Talbot

adding more padding and visual space for response area

parent 2ac46eb7
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -496,9 +496,9 @@ ...@@ -496,9 +496,9 @@
// response form // response form
.response__submission { .response__submission {
margin-top: ($baseline-v*1.5); margin-top: ($baseline-v*2.5);
position: relative; position: relative;
padding: ($baseline-v/2); padding: ($baseline-v*1.5);
background: $color-decorative-tertiary; background: $color-decorative-tertiary;
border-radius: ($baseline-v/10); border-radius: ($baseline-v/10);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment