about summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/JoinUs.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/JoinUs.vue b/src/components/JoinUs.vue
index 2f99a6b..f534d22 100644
--- a/src/components/JoinUs.vue
+++ b/src/components/JoinUs.vue
@@ -18,10 +18,14 @@
   padding: 80px 20%;
 
   background: #dddddd;
+
+  display: flex;
+  flex-direction: row;
+  justify-content: center;
 }
 
 .heading {
-  max-width: 750px;
+  width: 900px;
   padding: 100px 0;
 
   display: flex;