diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 1daadd5..711d663 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -52,9 +52,9 @@
-
+
I helped many projects come to life. Here are some examples:
-
+
igni - The universal Discord bot
@@ -342,12 +342,17 @@
.projects .pad {
margin-top: 0px;
}
- .projects blockquote {
+ .projects h2 {
margin: 1em 0 1em 10px;
}
}
- .projects blockquote {
+ .projects h2 {
font-size: 29px;
+ font-weight: 400;
+ margin-block-start: 1em;
+ margin-block-end: 1em;
+ margin-inline-start: 40px;
+ margin-inline-end: 40px;
}
.bar {
position: -webkit-sticky; /* Safari */