diff --git a/schickmacher/static/sass/project.scss b/schickmacher/static/sass/project.scss index bf4ec76..787c6a5 100644 --- a/schickmacher/static/sass/project.scss +++ b/schickmacher/static/sass/project.scss @@ -3,7 +3,7 @@ // project specific CSS goes here //////////////////////////////// - //Variables// +//Variables// //////////////////////////////// // Alert colors @@ -16,7 +16,7 @@ $dark-pink: #eed3d7; $red: #b94a48; //////////////////////////////// - //Alerts// +//Alerts// //////////////////////////////// // bootstrap alert CSS, translated to the django-standard levels of @@ -34,6 +34,16 @@ $red: #b94a48; color: $red; } +.markdownx { + display: flex; + column-gap: 2.5em; +} + +.markdownx-editor { + width: 50%; +} + .markdownx-preview { + width: 50%; @import 'render'; } diff --git a/schickmacher/templates/renderer/render_form.html b/schickmacher/templates/renderer/render_form.html index f0db677..cb7e8b0 100644 --- a/schickmacher/templates/renderer/render_form.html +++ b/schickmacher/templates/renderer/render_form.html @@ -17,7 +17,5 @@ {% csrf_token %} {{ form|crispy }} -
{{ form.media }} -
{% endblock %}