diff --git a/src/lib/components/footer/index.svelte b/src/lib/components/footer/index.svelte
index d6736b1..ee9b420 100644
--- a/src/lib/components/footer/index.svelte
+++ b/src/lib/components/footer/index.svelte
@@ -63,7 +63,7 @@
margin: 0.5rem;
}
- nav .footer-list {
+ .footer-list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 8c22eac..495604d 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -88,10 +88,15 @@
}
}
- p,
- li {
+ :global(p) {
word-wrap: normal;
font-size: var(--bodyTextSize);
color: var(--lightShade);
}
+
+ :global(li) {
+ word-wrap: normal;
+ font-size: var(--bodyTextSize);
+ color: var(--lightShade);
+ }
\ No newline at end of file
diff --git a/src/routes/uses/+page.svelte b/src/routes/uses/+page.svelte
index a6867d4..79125c7 100644
--- a/src/routes/uses/+page.svelte
+++ b/src/routes/uses/+page.svelte
@@ -1,5 +1,656 @@
-
+ Inspired by{' '} + + Wes Bos's + {' '} + + /uses + {' '} + page and{' '} + + uses.tech + + , this is a list of what I use everyday for my work and personal life. +
++ My development setup has been documented here:{' '} + + Computer Setup Info + + {'. '} +
++ And documentation for my terminal and coding setup can be found here:{' '} + + Dotfiles + + . +
++ For the past few years I've been working towards moving my data to + selfhosted systems and systems I trust to hold my data. +
++ If you want to see more info about this head to my{' '} + Privacy page. +
+