From ed00e9205575b5f10edae3eef4eee7ba24a51be8 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 3 Sep 2018 14:52:31 +0000 Subject: [PATCH] Add support for logo --- layouts/partials/header.html | 6 +++--- static/css/style.css | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6d85bc6..358d468 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,8 +6,8 @@ {{ partial "svgpack-sprite.html" . }} -
+
\ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index a108586..b76a578 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -13,6 +13,11 @@ } } +.p-logo { + height: 14rem; +} + + .p-title__link { color: #ccc; }