diff options
Diffstat (limited to 'assets/css/custom.scss')
-rw-r--r-- | assets/css/custom.scss | 30 |
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; + } +} |