Improved image expansion in Projects. Introduced Mods page.
This commit is contained in:
@@ -13,16 +13,16 @@ export default function Layout({children}: {
|
||||
margin: "0 auto",
|
||||
padding: "0 24px",
|
||||
transition: "all 0.5s cubic-bezier(0.16, 1, 0.3, 1)",
|
||||
}}
|
||||
>
|
||||
}}>
|
||||
|
||||
<header
|
||||
style={{
|
||||
padding: "24px 0 0",
|
||||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
}}
|
||||
>
|
||||
}}>
|
||||
|
||||
<div
|
||||
style={{
|
||||
fontFamily: "var(--mono)",
|
||||
@@ -30,8 +30,8 @@ export default function Layout({children}: {
|
||||
fontWeight: 700,
|
||||
color: "var(--accent)",
|
||||
letterSpacing: "-0.02em",
|
||||
}}
|
||||
>
|
||||
}}>
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user