From 97ef0bab828a34b5830406ea233e72591a3fc9da Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 13 Aug 2022 01:03:55 -0400 Subject: [PATCH] Get rid of inline styles --- sass/main.scss | 7 +++++++ templates/macros/macros.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index e5b68d6..c3ec241 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -54,6 +54,8 @@ html { } } +// Logo + div.brand>* { padding: 0 0.25em; } @@ -156,4 +158,9 @@ ul.tags { .meta.tags { float: right; +} + +// Header dot +.header-dot { + font-size: 1.6em; } \ No newline at end of file diff --git a/templates/macros/macros.html b/templates/macros/macros.html index c0d813c..5cfaec6 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -56,7 +56,7 @@ {% macro page_header(title) %} {% endmacro content %}