Skip to content

Commit

Permalink
styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
progapandist committed Jun 9, 2024
1 parent c67c858 commit 3b5d30e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/builds/application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions app/views/works/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@
🗓️
<%= @work.year %>
</p>
<p class="mt-2 text-base leading-6 text-white">
<%= @work.description %>
</p>
<div class="h-12">


<% if @work.description.present? %>
<p class="mt-2 text-base leading-6 text-black">
<%= @work.description %>
</p>
<% end %>


<div class="h-8">
</div>

<% if @work.dimensions.present? %>
Expand Down

0 comments on commit 3b5d30e

Please sign in to comment.