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.
This commit is contained in:
Peter 2025-04-06 09:19:06 +02:00
parent 849f09d10a
commit 1a6e489f9a
2 changed files with 14 additions and 3 deletions

View File

@ -48,7 +48,7 @@
</section>
-->
<section class="darkmodeSection">
<div class="container">
<div class="container" style="padding: 30px 0">
<iframe id="discord-widget" src="https://discordapp.com/widget?id=141644560005595136&theme=dark"></iframe>
<div class="paragraph" id="discordp">
<h2>Meet the Community</h2>
@ -109,8 +109,9 @@
<section class="removemobile darkmodeSection">
<div class="customContainer">
<h2 style="padding-bottom: 35px; font-size: 2.8em;">Community Builds</h2>
<p style="padding-bottom: 35px; font-size: 1.1em; margin: auto;">Have a look at some of the incredible builds
made by the community. something more? idk placeholder placeholder</p>
<p style="padding-bottom: 35px; font-size: 1.1em; margin: auto;">Thank you to our brilliant players for sharing
their impressive builds. Take a look at some of them here!<br>
If you know of any builds that should be featured, please let us know!</p>
<div class="sliderWrapper">
<div class="sliderContent">
<div class="indexSlider">

View File

@ -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;
}