Skip to content

Commit a8935eb

Browse files
committed
removed unnecessary breaks to pull the dashboard up a little
1 parent 302ec36 commit a8935eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

survey_dashboard/hmc_layout/en_template.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,9 +1083,8 @@ <h2 class="font-bold mt-20">Explore the data</h2>
10831083
</section>
10841084

10851085
<section>
1086-
<div class="container mx-auto mb-12">
1086+
<div class="container mx-auto mb-12" style="margin-top: -3rem;">
10871087
{% block contents %}
1088-
<br>
10891088
{% for doc in docs %}
10901089
{{ embed(doc) if doc.elementid }}
10911090
{% for root in doc.roots %}

0 commit comments

Comments
 (0)