indent headings and bold them to match graph style

This commit is contained in:
Damien Elmes 2021-05-19 17:20:01 +10:00
parent dbc043fd50
commit 363548e8a2

View file

@ -19,6 +19,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<style lang="scss"> <style lang="scss">
:global(h2) { :global(h2) {
margin-top: 1em; margin-top: 1em;
margin-left: 16px;
font-weight: bold;
} }
:global(input, select) { :global(input, select) {