From c217e580ee111873cc14195b62574b05c32dad66 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Mon, 1 May 2023 16:30:53 +0800 Subject: templates/macros: abstract post-meta section to a new macro --- sass/style.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sass') diff --git a/sass/style.scss b/sass/style.scss index 1aa7bc4..706584a 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -14,6 +14,16 @@ body { } } +// General divider used in span +.divider:before { + padding: 0 16px; + content: "//"; +} + +.tag { + padding: 6px; + } + @import "_partial/_header"; @import "_partial/_post"; @import "_partial/_archive"; -- cgit v1.2.3