From 2e808a78dad3f5245bac768e253d97f171518d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Maniaci?= Date: Sun, 17 Jan 2021 22:05:25 +0000 Subject: [PATCH] css: round the whole thumb --- app/views/themes/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/themes/index.html.haml b/app/views/themes/index.html.haml index f90ebc2..2053282 100644 --- a/app/views/themes/index.html.haml +++ b/app/views/themes/index.html.haml @@ -4,7 +4,7 @@ .oops there are no themes yet. How strange. - @themes.each do |theme| - .theme.group.transform.hover:scale-105.hover:-rotate-1.transition-all.hover:shadow-xl.rounded-t-md.overflow-hidden.shadow-md.sm:w-full.m-6{class: "lg:w-1/5 md:w-1/4"} + .theme.group.transform.hover:scale-105.hover:-rotate-1.transition-all.hover:shadow-xl.rounded-md.overflow-hidden.shadow-md.sm:w-full.m-6{class: "lg:w-1/5 md:w-1/4"} = link_to theme do %img{src: url_for(theme.preview), alt: "preview for #{theme.name}"} .meta.py-6.bg-white.h-full