From 4eee045018bb5612d3577966ff3d86bd15ebd70a Mon Sep 17 00:00:00 2001 From: Huy-Ngo Date: Mon, 11 Jan 2021 17:26:21 +0700 Subject: Rename for more generic stylesheet --- assets/css/custom.scss | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 assets/css/custom.scss (limited to 'assets/css/custom.scss') 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; + } +} -- cgit 1.4.1