Increase hero logo to 120px

This commit is contained in:
2026-07-24 10:31:46 -04:00
parent 346b095d3a
commit 7cc397fd1c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
}
&__logo {
width: 96px;
height: 96px;
width: 120px;
height: 120px;
object-fit: contain;
border-radius: 16px;
background: #000;
+2 -2
View File
@@ -34,8 +34,8 @@ export function HomePage() {
src="/logo.png"
alt="jmartgraphix"
className="home-hero__logo"
width={96}
height={96}
width={120}
height={120}
decoding="async"
/>
<h1 className="sr-only">jmartgraphix</h1>