We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d2867 commit 0377ee3Copy full SHA for 0377ee3
lib/components_guide_web/controllers/research_controller.ex
@@ -450,7 +450,7 @@ defmodule ComponentsGuideWeb.ResearchView do
450
<.card source="Simple Icons" source_url="https://simpleicons.org">
451
<:title><%= "#{@name |> String.capitalize()} icon" %></:title>
452
<div class="flex flex-row items-center space-x-8">
453
- <img src={@url} width={80} height={80} class="bg-white max-h-max p-2">
+ <img src={@url} width={80} height={80} class="bg-fixed bg-repeat bg-center bg-gradient-to-br from-white via-sky-200 hover:via-white to-white max-h-max p-1" style="background-size: 17px 17px">
454
<.description_list>
455
<:item title="URL" data={for(url <- @urls, do: link(url, to: url))} />
456
<:item title="Size">
0 commit comments