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 6a7bacc commit caf5b9dCopy full SHA for caf5b9d
apps/components_guide_web/lib/components_guide_web/controllers/research_controller.ex
@@ -42,7 +42,7 @@ defmodule ComponentsGuideWeb.ResearchController do
42
content_tag(
43
:article,
44
children,
45
- class: "text-xl p-4 bg-gray-100 rounded spacing-y-4"
+ class: "mb-4 text-xl spacing-y-4 p-4 bg-blue-100 border border-blue-200 rounded shadow-lg"
46
)
47
end
48
0 commit comments