From 531f4912d91adea64144dd0bce737e5c608caa4e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 Jan 2020 18:53:29 +0100 Subject: Show photo --- themes/xmin/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/xmin') diff --git a/themes/xmin/static/css/style.css b/themes/xmin/static/css/style.css index 76658fe..8d456af 100644 --- a/themes/xmin/static/css/style.css +++ b/themes/xmin/static/css/style.css @@ -5,6 +5,9 @@ body { max-width: 800px; padding: 1em; } +.u-photo { + float:right; +} /* header and footer areas */ nav > ul { padding: 0; } -- cgit 1.4.1