From d53483c918965ccd510b17a2bf6cfd49d6974aed Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 19 Jul 2022 19:42:10 +0200 Subject: no round borders in image preview --- fietsboek/static/theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/fietsboek/static/theme.css b/fietsboek/static/theme.css index 076b519..3cda0d7 100644 --- a/fietsboek/static/theme.css +++ b/fietsboek/static/theme.css @@ -48,7 +48,6 @@ strong { position: relative; width: min(317px, 100%); height: calc(9 / 16 * 317px); - border-radius: 5px; border: 1px solid grey; margin-right: 5px; margin-bottom: 5px; -- cgit v1.2.3