Fix nav title size
This commit is contained in:
parent
edd68ead0b
commit
f75fec47df
@ -56,7 +56,7 @@ export default function Title() {
|
||||
{title || 'PaulW.XYZ'}
|
||||
</h1>
|
||||
</div>
|
||||
<div className={`${style.nav} h1`}>
|
||||
<div className={style.nav}>
|
||||
{
|
||||
title
|
||||
? <><Link href='/'>PaulW.XYZ</Link> / {pathElements}{title}</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user