diff --git a/_static/biodigitaljazz.css b/_static/biodigitaljazz.css index 9691742..fe36824 100644 --- a/_static/biodigitaljazz.css +++ b/_static/biodigitaljazz.css @@ -1 +1,25 @@ /* TODO: Struggle with CSS here */ + +a.headerlink { + margin-left: 0.25em; +} + +footer { + margin: 3em 0 0 0; +} + +footer p { + text-align: center; + margin: 0; + padding: 0; +} + +nav ul { + margin: 0; + padding: 0; +} + +nav li { + display: inline; + margin-right: 1em; +} diff --git a/_templates/layout.html b/_templates/layout.html index 0d6ea41..f32ecf7 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -14,8 +14,8 @@ {% block body %}{{ body() }}{% endblock %}