From 6e1ff818b8280338733f4d37ab9c413c7341382c Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 1 Apr 2020 00:19:59 -0500 Subject: [PATCH] css --- sass/_content.scss | 2 +- templates/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_content.scss b/sass/_content.scss index 35090d9..ef38499 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -50,7 +50,7 @@ a { color: $link-color; font-size: 0.65em; position: absolute; - left: -30px; + left: -25px; } } diff --git a/templates/layout.html b/templates/layout.html index 278c8e0..91e6f3e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -15,7 +15,7 @@ {{ layout::navbar(config=config) }} -
+
{% block content %}{% endblock %}