Skip to content

Commit

Permalink
Part 2: Verify Tailwind is working
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrianemory committed Jan 15, 2019
1 parent e8de1aa commit 9ed1623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/catcasts_web/templates/page/index.html.eex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="phx-hero">
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
<h1 class="text-5xl text-red"><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
<p>A productive web framework that<br/>does not compromise speed and maintainability.</p>
</section>

Expand Down

0 comments on commit 9ed1623

Please sign in to comment.