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 --- contact.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 contact.css (limited to 'contact.css') diff --git a/contact.css b/contact.css new file mode 100644 index 0000000..0fc5988 --- /dev/null +++ b/contact.css @@ -0,0 +1,18 @@ +main { + display: grid; + grid-template-columns: 60% 40%; + padding-right: 4%; +} + +main > div { + padding: 2%; +} + +#contact-us dl { + display: grid; + grid-template-columns: 1fr 2fr; +} + +#contact-us dd { + margin-left: inherit; +} -- cgit v1.2.3