From 3c4cfb45a33f4835f76893fde7198d132774b57c Mon Sep 17 00:00:00 2001 From: Huy-Ngo Date: Mon, 11 Jan 2021 15:13:50 +0700 Subject: Add webring --- assets/css/webring.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 assets/css/webring.scss (limited to 'assets/css') 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; + } + } +} -- cgit 1.4.1