From 618c7c3eef626dc684f051252b17de284f5e43e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20A=CC=8Ane?= Date: Fri, 10 Aug 2018 22:19:25 +0200 Subject: [PATCH] Make image borders sharper --- www/css/events.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/events.css b/www/css/events.css index 6373f30..71a93a6 100644 --- a/www/css/events.css +++ b/www/css/events.css @@ -25,7 +25,7 @@ h2 strong em { h2 img { float: right; max-width: 10em; - border: .2em solid white; + border: .1em solid white; border-radius: 0.2em; box-shadow: 0 2px 2px gray; margin-left: 1em;