From b774f621ad033bb5122bfd99d7b5dc0c9cbfe2bc Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 15 Dec 2020 23:51:30 +0100 Subject: Add contact page and RSS feed --- commun.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commun.css') diff --git a/commun.css b/commun.css index 96621a8..8d0e6dc 100644 --- a/commun.css +++ b/commun.css @@ -70,7 +70,7 @@ nav ol li { padding: 0.5em 0.1em; } -nav ol li.current { +.current { background-color: white; } @@ -119,7 +119,7 @@ footer.social { transform: rotate(180deg); margin: 0; - margin-inline-start: 0.5em; + padding: 1em 0.5em; } .contact a { -- cgit v1.2.3