From 186db6fccca20e76b7b5c0fa54241cc7e69c1527 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Wed, 29 Sep 2021 21:13:29 +0200 Subject: [PATCH] Improve CSS a bit --- issues/_common/header | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/issues/_common/header b/issues/_common/header index 856e303..ffa04d8 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -12,7 +12,7 @@ text-align: center; font-size:3em; font-weight:bold; - margin:1.25em auto; + margin:0.75em auto; } #banner { @@ -29,30 +29,19 @@ text-align: center; } -/*.permalink:hover::after { */ -/* content: "🔗 "; */ -/*} */ - .permalink { color: steelblue; text-decoration: underline; } -/*.permalink:visited { - color: black; -} - -.permalink:hover { - color: darkgrey; -}*/ - a { color:black; text-decoration:underline; } -a::after { content: " ↗"; } -a:hover { color: plum; } +.permalink::after { content: " ↗"; } +.permalink:hover { color: plum; } + p { text-align: justify; @@ -67,7 +56,9 @@ html, body { body { margin: 1em auto; - padding: 30px; + padding-left: 30px; + padding-right: 30px; + padding-bottom: 30px; max-width: 80ch; border: 1px solid #111; background-color: #eee;