diff --git a/assets/css/style.css b/assets/css/style.css index 8742294..6ed884f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -16,11 +16,11 @@ a:hover { color: #33bbdf; } -div.page { +main { padding: 0 20px 0; } -div.page ul { +ul { padding-left: 3vw; } diff --git a/templates/bib.html b/templates/bib.html index 6c96fed..a7e2ddb 100644 --- a/templates/bib.html +++ b/templates/bib.html @@ -1,24 +1,22 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
{% if this.body %} -

{{ this.title }}

- {{ this.body }} +

{{ this.title }}

+ {{ this.body }} {% else %} -

{{ this.title }}

+

{{ this.title }}

{% endif %} - -
+ {% endblock %}