mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
some style improvements
This commit is contained in:
parent
017e97deff
commit
ba486e0e9c
3 changed files with 42 additions and 45 deletions
|
@ -1,15 +1,4 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"name": "Itty for Tiny Life",
|
|
||||||
"slug": "itty",
|
|
||||||
"desc": "Itty adds a social media site (called Itty) that allows your Tinies to interact digitally!",
|
|
||||||
"author": "ssblur",
|
|
||||||
"section": "mods",
|
|
||||||
"links": {
|
|
||||||
"Steam": "https://steamcommunity.com/sharedfiles/filedetails/?id=2965803577",
|
|
||||||
"YouTube": "https://www.youtube.com/channel/UC87-8FM-U9OSUYCzIqlhztA"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Itty for Tiny Life",
|
"name": "Itty for Tiny Life",
|
||||||
"slug": "itty",
|
"slug": "itty",
|
||||||
|
|
|
@ -5,13 +5,14 @@ title: Tiny Life
|
||||||
summary: A fun simulation game where you mess with people's lives
|
summary: A fun simulation game where you mess with people's lives
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="section community-top">
|
<div class="section">
|
||||||
|
<div class="community-top">
|
||||||
<h1>💬 Community Showcase</h1>
|
<h1>💬 Community Showcase</h1>
|
||||||
Tiny Life's community is awesome, blah blah blah
|
Tiny Life's community is awesome, blah blah blah
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% for section in site.data.community-sections %}
|
{% for section in site.data.community-sections %}
|
||||||
<div class="section">
|
<div class="community-section">
|
||||||
<h2 id="{{ section.slug }}">{{ section.name }}</h2>
|
<h2 id="{{ section.slug }}">{{ section.name }}</h2>
|
||||||
<p>{{ section.desc }}</p>
|
<p>{{ section.desc }}</p>
|
||||||
|
|
||||||
|
@ -39,3 +40,4 @@ summary: A fun simulation game where you mess with people's lives
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
|
@ -110,7 +110,13 @@ pre.highlight {
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-content {
|
.community-content {
|
||||||
margin: 25px auto;
|
margin-top: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.community-section {
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-title {
|
.community-title {
|
||||||
|
|
Loading…
Reference in a new issue