Skip to content

Commit

Permalink
refactor: improve ux
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Apr 13, 2022
1 parent 802711f commit e5258bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media_server_web/live/home_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h1 class="text-3xl font-extrabold tracking-tight text-white">
<%= Enum.at(@latest_movies, 0)["title"] %>
</h1>
<p class="text-lg text-white max-w-2xl line-clamp">
<p class="text-lg text-white max-w-lg line-clamp">
<%= Enum.at(@latest_movies, 0)["overview"] %>
</p>
<div class="grid grid-cols-1 gap-y-4 lg:gap-y-12 gap-x-4 lg:grid-cols-8">
Expand Down

0 comments on commit e5258bb

Please sign in to comment.