From 47e000d2354cc23ba530f3012a35a4b671fe0f32 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Wed, 6 Jun 2018 17:12:03 +0100 Subject: Add icons to the website sub-headings Also add an /about page with licensing info for the icons, as well as links to their sources, and other random trivia and nerdery. --- html/style/main.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'html/style') diff --git a/html/style/main.css b/html/style/main.css index d94e0a7..7704395 100644 --- a/html/style/main.css +++ b/html/style/main.css @@ -77,6 +77,18 @@ h2 { margin-bottom: 0; } +h2 img { + display: inline-block; + vertical-align: middle; +} + +img.inline-icon { + display: inline-block; + vertical-align: middle; + height: 32px; + width: auto; +} + p { margin-top: 0.5em; } -- cgit v1.2.1