Skip to content

Commit

Permalink
Adjust height of logo div
Browse files Browse the repository at this point in the history
  • Loading branch information
stage-rl committed Oct 24, 2023
1 parent e1e976b commit 085b6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/t_w/static_sidebar_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="flex flex-col justify-start items-start w-full pb-4 divide-y bg-white border-t-0 border-r border-b-0 border-l-0 border-gray-200 overflow-x-hidden overflow-y-auto">
<%= link_to root_path, class: "flex justify-start items-center px-4 py-2" do %>
<div class="flex flex-col justify-start items-start w-full pb-4 divide-y bg-white border-r border-gray-200 overflow-x-hidden overflow-y-auto">
<%= link_to root_path, class: "flex justify-start items-center h-16 px-4" do %>
<div class="flex justify-center items-center">
<%= image_tag("SD_icon.png", alt: "logo", class:"w-10 h-10") %>
</div>
Expand Down

0 comments on commit 085b6e6

Please sign in to comment.