Style: use h6 for survey page description

This commit is contained in:
TEC 2022-10-18 01:11:08 +08:00
parent b61668ffc6
commit 3515a6f197
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<h2>$(survey[page].label)</h2>
<% end %>
<% if !isnothing(survey[page].description) %>
<p>$(survey[page].description)</p>
<h6>$(survey[page].description)</h6>
<% end %>
<form method="POST" action="/submit" enctype="application/x-www-form-urlencoded" novalidate>
<section>