Skip to content

Commit

Permalink
add margin to settingsform headline
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Sep 20, 2024
1 parent 11e29b0 commit ca69350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cone/app/browser/templates/settings_form.pt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
omit-tag="True">
<div class="settings-form">

<h1 tal:content="context.form_heading">Title</h1>
<h1 tal:content="context.form_heading" class="mt-2">Title</h1>

<tal:form replace="structure context.rendered_form" />

Expand Down

0 comments on commit ca69350

Please sign in to comment.