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; }