diff --git a/src/app.css b/src/app.css
index f3f39c3..7bbfeaf 100644
--- a/src/app.css
+++ b/src/app.css
@@ -29,7 +29,7 @@ body {
.wrapper {
margin-inline: auto;
- width: min(90%, 100rem);
+ width: min(90%, 95rem);
margin-top: 4rem;
display: flex;
flex-direction: column;
@@ -48,7 +48,7 @@ body {
--grey-four: #182244;
--grey-five: hsl(208, 30%, 75%);
--grey-six: hsla(220, 12%, 15%, 0.655);
- --grey-seven: #535563;
+ --grey-seven: #43698657;
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
diff --git a/src/lib/components/atoms/ContributorPerson.svelte b/src/lib/components/atoms/ContributorPerson.svelte
deleted file mode 100644
index 1ac1dd6..0000000
--- a/src/lib/components/atoms/ContributorPerson.svelte
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
- (clicked = !clicked)} class:clicked>
-
-
{name}
-
-
-
diff --git a/src/lib/components/atoms/LogoOption.svelte b/src/lib/components/atoms/LogoOption.svelte
new file mode 100644
index 0000000..eb411eb
--- /dev/null
+++ b/src/lib/components/atoms/LogoOption.svelte
@@ -0,0 +1,94 @@
+
+
+