From e7c00398aeb86abd93fa651d4c5c59858a202ff1 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 2 May 2019 23:25:43 +0200 Subject: [PATCH] portal: improve background-size from cover to contain --- content/static/style/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index e2b69553e..f373cdd3d 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -388,7 +388,7 @@ abbr.dtstart, abbr.dtend { width: 14.5em; height: 14.5em; - background-size: cover; + background-size: contain; background-position: center; background-repeat: no-repeat; }