diff --git a/frontend/src/app/home/home.component.html b/frontend/src/app/home/home.component.html index 3449f6c..c60d057 100644 --- a/frontend/src/app/home/home.component.html +++ b/frontend/src/app/home/home.component.html @@ -48,7 +48,7 @@ -->
-
+

Meet the Community

@@ -109,8 +109,9 @@

Community Builds

-

Have a look at some of the incredible builds - made by the community. something more? idk placeholder placeholder

+

Thank you to our brilliant players for sharing + their impressive builds. Take a look at some of them here!
+ If you know of any builds that should be featured, please let us know!

diff --git a/frontend/src/app/map/map.component.scss b/frontend/src/app/map/map.component.scss index 656cfd8..d47a853 100644 --- a/frontend/src/app/map/map.component.scss +++ b/frontend/src/app/map/map.component.scss @@ -1,3 +1,13 @@ .map-button { margin: 10px; } + +.title h2 { + width: 80%; + max-width: 600px; + font-family: 'open-sans', sans-serif; + text-shadow: none; + font-size: 1.2em; + padding-bottom: 25px; + font-weight: 100; +}