about summary refs log tree commit diff
path: root/assets/css/custom.scss
diff options
context:
space:
mode:
authorHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 17:26:21 +0700
committerHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 17:26:21 +0700
commit4eee045018bb5612d3577966ff3d86bd15ebd70a (patch)
tree7bf4085c045b0496c2aa1d258a5bb8abd9a12296 /assets/css/custom.scss
parent668428032b6a9dade3eab053da5f22549477e74f (diff)
downloadblog-4eee045018bb5612d3577966ff3d86bd15ebd70a.tar.gz
Rename for more generic stylesheet
Diffstat (limited to 'assets/css/custom.scss')
-rw-r--r--assets/css/custom.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/assets/css/custom.scss b/assets/css/custom.scss
new file mode 100644
index 0000000..f0b026a
--- /dev/null
+++ b/assets/css/custom.scss
@@ -0,0 +1,30 @@
+---
+---
+
+.webring {
+  margin-bottom: 1rem;
+  .attribution {
+    float: right;
+    font-size: .8rem;
+    line-height: 3;
+  }
+
+  .footer-col.article {
+    padding: 0.5rem;
+
+    margin: 0 0.5rem;
+    border: 0.01rem solid #333;
+    @media(max-width: 640px) {
+      margin: 0.5rem 0;
+    }
+  }
+}
+
+dl {
+  dt {
+    font-weight: bold;
+  }
+  dd {
+    text-indent: 1em;
+  }
+}