diff --git a/sass/main.scss b/sass/main.scss index 169e2fe..1389223 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -124,7 +124,7 @@ main { h1, h2, h3, h4, h5, h6 { font-weight: bold; - margin: 1em 0; + margin: 2em 0 1em 0; } h1 { font-size: 2em } h2 { font-size: 1.6em } diff --git a/static/bc_test/webit.css b/static/bc_test/webit.css index 3d64068..a480004 100644 --- a/static/bc_test/webit.css +++ b/static/bc_test/webit.css @@ -1,7 +1,3 @@ -#testit { - max-width: 800px; - margin: auto -} #testit header { border: thin black solid; padding: 1em; @@ -105,4 +101,4 @@ text-align: left; margin-left: 10%; } -} \ No newline at end of file +} diff --git a/templates/base.html b/templates/base.html index 1ff697e..d3ce38f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,7 @@ {%- endblock title -%} + {% block styles %}{% endblock styles %}
@@ -32,5 +33,6 @@Magdalény Rettigové 4, 116 39, Praha 1
Praha UK PedF KITTV, {{ now() | date(format="%Y") }}
+ {% block javascript%}{% endblock %}