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.
14 lines
206 B
SCSS
14 lines
206 B
SCSS
.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;
|
|
}
|