Skip to content

Commit

Permalink
css: round the whole thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Jan 17, 2021
1 parent c78d050 commit 2e808a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/themes/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e808a7

Please sign in to comment.