Skip to content

Commit 28edf9b

Browse files
committed
upgrade fuz
1 parent 5963636 commit 28edf9b

File tree

7 files changed

+16
-11
lines changed

7 files changed

+16
-11
lines changed

.changeset/witty-walls-turn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ryanatkn/fuz_code": minor
3+
---
4+
5+
upgrade fuz

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@changesets/changelog-git": "^0.2.0",
3535
"@ryanatkn/belt": "^0.20.5",
3636
"@ryanatkn/eslint-config": "^0.1.0",
37-
"@ryanatkn/fuz": "^0.89.0",
37+
"@ryanatkn/fuz": "^0.90.0",
3838
"@ryanatkn/gro": "^0.112.3",
3939
"@sveltejs/adapter-static": "^3.0.1",
4040
"@sveltejs/kit": "^2.5.1",

src/lib/Code.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
pre {
3939
background-color: var(--fg_1);
4040
border-radius: var(--radius_xs);
41-
padding: var(--space_3xs) var(--space_xs);
41+
padding: var(--space_xs3) var(--space_xs);
4242
}
4343
code {
4444
background-color: unset;

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<style>
3131
main {
3232
/* TODO hacky */
33-
margin-bottom: var(--space_5xl);
34-
padding: var(--space_3xl) 0;
33+
margin-bottom: var(--space_xl5);
34+
padding: var(--space_xl3) 0;
3535
}
3636
section {
37-
margin-bottom: var(--space_5xl);
37+
margin-bottom: var(--space_xl5);
3838
display: flex;
3939
flex-direction: column;
4040
align-items: center;

src/routes/Code_Tome.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default config;`}
144144
<style>
145145
section {
146146
/* TODO not sure about this -- maybe make it a util class? or a component? */
147-
padding: var(--space_2xl);
147+
padding: var(--space_xl2);
148148
display: flex;
149149
flex-direction: column;
150150
}

src/routes/about/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
text-align: center;
4545
}
4646
section {
47-
margin-bottom: var(--space_5xl);
47+
margin-bottom: var(--space_xl5);
4848
}
4949
</style>

0 commit comments

Comments
 (0)