From 1a6e489f9a33c3e796523995092aa45757b986c8 Mon Sep 17 00:00:00 2001 From: Peter <42907716+MrShack@users.noreply.github.com> Date: Sun, 6 Apr 2025 09:19:06 +0200 Subject: [PATCH] Improved UI styles and updated community section content Added styling updates to map title and container padding for better visual consistency. Updated the community section text to acknowledge player contributions and invite suggestions for featured builds. --- frontend/src/app/home/home.component.html | 7 ++++--- frontend/src/app/map/map.component.scss | 10 ++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) 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; +}