summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/style.scss10
1 files changed, 10 insertions, 0 deletions
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";