From a3342c1965481f2b346a75185e8d54c6aa37bff1 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Tue, 25 Dec 2018 14:01:42 -0500 Subject: [PATCH] fix(style): restore article card image radius --- source/css/style.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/style.styl b/source/css/style.styl index 7a5d14e..75844ae 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -58,6 +58,10 @@ body, button, input, select, textarea &.card-transparent box-shadow: none background: transparent + .card-image + overflow: hidden + border-top-left-radius: 4px + border-top-right-radius: 4px img.thumbnail object-fit: cover