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 ++++++++++++++++++++++++++++++ assets/css/webring.scss | 21 --------------------- 2 files changed, 30 insertions(+), 21 deletions(-) create mode 100644 assets/css/custom.scss delete mode 100644 assets/css/webring.scss (limited to 'assets') 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; + } +} diff --git a/assets/css/webring.scss b/assets/css/webring.scss deleted file mode 100644 index d36883f..0000000 --- a/assets/css/webring.scss +++ /dev/null @@ -1,21 +0,0 @@ ---- ---- - -.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