diff --git a/sass/form.scss b/sass/form.scss index 9350997..c34c5f3 100644 --- a/sass/form.scss +++ b/sass/form.scss @@ -163,4 +163,15 @@ body.item-post .select-box{ } .form-container .controls #photos a{ font-size:12px !important; -} \ No newline at end of file +} + +.item .tox { + width: 302px; + height: 350px !important; +} + +@media only screen and (max-width: 740px) { + .item .tox { + width: 100%; + } +}