From 15fbf7d7a033ee9e03565bc47b0209e45cca004f Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Fri, 15 May 2020 01:33:55 +0000 Subject: [PATCH] Finish styling. --- layouts/partials/header.html | 20 ++++++++++++++++++++ layouts/partials/header_custom.html | 1 + static/css/custom.css | 8 ++++++++ 3 files changed, 29 insertions(+) create mode 100644 layouts/partials/header.html create mode 100644 layouts/partials/header_custom.html diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..917ed75 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,20 @@ + + +{{ partial "head.html" . }} + + + {{ partial "svgpack-sprite.html" . }} + + {{- partial "header_custom.html" . }} +
diff --git a/layouts/partials/header_custom.html b/layouts/partials/header_custom.html new file mode 100644 index 0000000..ace23f5 --- /dev/null +++ b/layouts/partials/header_custom.html @@ -0,0 +1 @@ +{{partial "menu.html" .}} diff --git a/static/css/custom.css b/static/css/custom.css index 948c69c..abc27ca 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -17,3 +17,11 @@ body { a { color: #1756a9; } + +.l-nav { + margin-top: 5px; +} + +.l-header { + margin-bottom: 0px; +}