diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index 2d2cf25..3492f59 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -10,4 +10,8 @@ body {padding: 53px 0 0 0 !important;} top: 0; left: 0; position: absolute; +} + +.cke { + margin-top: 40px !important; } \ No newline at end of file diff --git a/blender-bfct/application/templates/apply.html b/blender-bfct/application/templates/apply.html index 6ec9350..b56e68b 100755 --- a/blender-bfct/application/templates/apply.html +++ b/blender-bfct/application/templates/apply.html @@ -110,7 +110,6 @@
{{ form.bio_message(class='form-control', id='editor1', placeholder='Tell us a bit about yourself and why you want to be a BFCT') }} -

@@ -146,9 +145,9 @@ {% endblock %}