This commit is contained in:
Graham McIntire 2026-01-06 14:44:05 -06:00
parent 41dcf3084f
commit b3d2b95200
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -327,7 +327,7 @@ defmodule ToweropsWeb.Layouts do
<nav class="relative z-50 flex justify-between">
<div class="flex items-center md:gap-x-12">
<.link navigate={~p"/"} aria-label="Home">
<img src="/images/towerops_logo.png" alt="Towerops" class="h-10 w-auto" />
<img src="/images/towerops_logo.png" alt="Towerops" class="w-48 h-auto sm:w-64" />
</.link>
</div>
<div class="flex items-center gap-x-5 md:gap-x-8">
@ -359,7 +359,7 @@ defmodule ToweropsWeb.Layouts do
<footer class="bg-slate-50">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="py-16">
<img src="/images/towerops_logo.png" alt="Towerops" class="mx-auto h-10 w-auto" />
<img src="/images/towerops_logo.png" alt="Towerops" class="mx-auto w-48 h-auto sm:w-64" />
</div>
<div class="flex flex-col items-center border-t border-slate-400/10 py-10 sm:flex-row-reverse sm:justify-between">
<div class="flex gap-x-6"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 118 KiB