summaryrefslogtreecommitdiff
path: root/html/style
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2018-06-06 17:12:03 +0100
committerAdam Spragg <adam@spra.gg>2018-06-06 17:12:03 +0100
commit47e000d2354cc23ba530f3012a35a4b671fe0f32 (patch)
tree27b812773292c8491dc63f61a782a1a530d76f35 /html/style
parentbfc50f836e36128a00f1de37528e6be7d74a52da (diff)
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.
Diffstat (limited to 'html/style')
-rw-r--r--html/style/main.css12
1 files changed, 12 insertions, 0 deletions
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;
}