diff --git a/web/_data/community-content.json b/web/_data/community-content.json index 82a6952..0dad0a8 100644 --- a/web/_data/community-content.json +++ b/web/_data/community-content.json @@ -8,7 +8,8 @@ "links": { "Steam": "https://steamcommunity.com/sharedfiles/filedetails/?id=2965803577", "YouTube": "https://www.youtube.com/channel/UC87-8FM-U9OSUYCzIqlhztA" - } + }, + "carousel": ["itty.png", "itty.png"] }, { "name": "TEMP!! Designing the Modern Home", diff --git a/web/community.html b/web/community.html index 99bac2b..5d9e241 100644 --- a/web/community.html +++ b/web/community.html @@ -24,7 +24,32 @@ summary: A fun simulation game where you mess with people's lives
{% if section.images %} - An image showing off {{ content.name }} + {% if content.carousel %} + + {% else %} + An image showing off {{ content.name }} + {% endif %} {% endif %} {% if section.embeds %}
diff --git a/web/style.css b/web/style.css index a63674d..c9d498d 100644 --- a/web/style.css +++ b/web/style.css @@ -105,7 +105,7 @@ pre.highlight { .community-content-box-content { margin: 0; top: auto; - bottom: 30px; + bottom: 50px; white-space: initial; }