Increase hero logo to 120px
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__logo {
|
&__logo {
|
||||||
width: 96px;
|
width: 120px;
|
||||||
height: 96px;
|
height: 120px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
background: #000;
|
background: #000;
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ export function HomePage() {
|
|||||||
src="/logo.png"
|
src="/logo.png"
|
||||||
alt="jmartgraphix"
|
alt="jmartgraphix"
|
||||||
className="home-hero__logo"
|
className="home-hero__logo"
|
||||||
width={96}
|
width={120}
|
||||||
height={96}
|
height={120}
|
||||||
decoding="async"
|
decoding="async"
|
||||||
/>
|
/>
|
||||||
<h1 className="sr-only">jmartgraphix</h1>
|
<h1 className="sr-only">jmartgraphix</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user