From 31213261acdf834f65fd4f9999cb8f1281f81f22 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 17 Jun 2017 17:35:40 +0200 Subject: Show author image, if configured --- static/css/hyde.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/css/hyde.css') diff --git a/static/css/hyde.css b/static/css/hyde.css index 5d429db..cad1095 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -91,6 +91,13 @@ code,pre { display: block; } +.u-photo { + margin: auto; + margin-bottom: 1rem; + border: 2px solid white; + border-radius: 50%; +} + .contact-head { color: #fff; margin-bottom: 0; -- cgit 1.4.1