box sizing border box

This commit is contained in:
2022-12-11 16:01:29 +01:00
parent cd602201cb
commit 9c41eaf4eb
2 changed files with 10 additions and 1 deletions

View File

@@ -9,7 +9,10 @@ const Navigation = () => {
return (
<>
<div className={styles.nav}>
<GractwoLogo className={`${styles.logo} ${styles.desktop}`} />
<GractwoLogo
width={96}
className={`${styles.logo} ${styles.desktop}`}
/>
{navigation.map((navlink) => {
return (
<Link