Skip to content

Commit

Permalink
Made Layout wider (75rem to 85rem)
Browse files Browse the repository at this point in the history
  • Loading branch information
World-X committed Sep 11, 2024
1 parent 535e454 commit 4f521ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const siteLang = lang.replace('_', '-')
<style is:global>
:root {
--hue: var(--configHue);
--page-width: 75rem;
--page-width: 85rem;
}
</style>
<style is:global>
Expand Down

0 comments on commit 4f521ea

Please sign in to comment.