about summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 15:13:50 +0700
committerHuy-Ngo <duchuy29092000@gmail.com>2021-01-11 15:13:54 +0700
commit3c4cfb45a33f4835f76893fde7198d132774b57c (patch)
tree46a6cc4ea479bac65835f871371a1a2000484fdf /assets
parentadfa1dad82c1730f45f7176cda86c1dc42ef8c11 (diff)
downloadblog-3c4cfb45a33f4835f76893fde7198d132774b57c.tar.gz
Add webring
Diffstat (limited to 'assets')
-rw-r--r--assets/css/webring.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/css/webring.scss b/assets/css/webring.scss
new file mode 100644
index 0000000..d36883f
--- /dev/null
+++ b/assets/css/webring.scss
@@ -0,0 +1,21 @@
+---
+---
+
+.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;
+    }
+  }
+}