Skip to content

Commit

Permalink
grow buttons on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Dec 4, 2023
1 parent d9ef704 commit 02df02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/navbar/button.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a
href="<%= route %>"
class="h-full py-2 px-4 font-medium flex flex-col justify-center <%= route === path
class="h-full py-2 px-4 font-medium flex flex-col justify-center grow sm:grow-0 <%= route === path
? 'text-white bg-violet-600'
: 'text-gray-800 hover:bg-violet-300'
%>"
Expand Down

0 comments on commit 02df02d

Please sign in to comment.