diff --git a/assets/images/hero/jordan-commits.svg b/assets/images/hero/jordan-commits.svg
index d185f11..44248f2 100644
--- a/assets/images/hero/jordan-commits.svg
+++ b/assets/images/hero/jordan-commits.svg
@@ -1,44 +1 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/components/AreaChart.vue b/components/AreaChart.vue
index dae559e..72da57a 100644
--- a/components/AreaChart.vue
+++ b/components/AreaChart.vue
@@ -25,7 +25,7 @@ export default {
diff --git a/components/HomePageHero.vue b/components/HomePageHero.vue
index 7dc10a3..f40b85f 100644
--- a/components/HomePageHero.vue
+++ b/components/HomePageHero.vue
@@ -29,7 +29,7 @@
@@ -43,7 +43,7 @@ export default {
}
.banner {
- @apply flex flex-col mx-9 h-auto md:flex-row;
+ @apply flex flex-col px-8 md:px-14 lg:px-24 h-auto md:flex-row;
}
.content-container {
@@ -52,15 +52,15 @@ export default {
.content-header {
font-family: 'IBM Mono';
- @apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal md:mx-3 lg:mx-16;
+ @apply text-4xl md:text-4xl lg:text-5xl tracking-wide font-normal;
}
.para-section {
font-family: 'IBM Sans';
- @apply w-11/12 pt-7 text-xl lg:text-2xl font-normal md:mx-3 lg:mx-16 lg:w-9/12;
+ @apply w-11/12 pt-7 text-xl lg:text-2xl font-normal lg:w-9/12;
}
.section-image {
- @apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 lg:mt-14 2xl:w-96 lg:mr-12;
+ @apply my-8 place-self-end w-8/12 md:w-5/12 lg:w-80 2xl:w-96;
}
diff --git a/components/InputsSection.vue b/components/InputsSection.vue
index 0cfdef2..21d944a 100644
--- a/components/InputsSection.vue
+++ b/components/InputsSection.vue
@@ -4,14 +4,14 @@
{{ lastUpdated }}
diff --git a/components/OrganizationCard.vue b/components/OrganizationCard.vue index 4123d00..b0a8c1e 100644 --- a/components/OrganizationCard.vue +++ b/components/OrganizationCard.vue @@ -2,20 +2,27 @@