diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 1da8a5e1..64317910 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -376,7 +376,7 @@ defmodule ToweropsWeb.Layouts do <.link navigate={@navigate} class={[ - "inline-flex items-center border-b-2 px-1 pt-1 pb-4 text-sm font-medium", + "inline-flex items-center border-b-2 px-1 h-14 sm:h-16 text-sm font-medium", if(@active, do: "border-gray-900 text-gray-900 dark:border-white dark:text-white", else: @@ -577,13 +577,13 @@ defmodule ToweropsWeb.Layouts do