From 8ff9a0e3ef822eddb11ab0d07afeeefe5b144c2c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 31 Oct 2022 19:10:44 +0530 Subject: Layout & Style Fixes in Article --- src/_includes/assets/css/styles.css | 10 +++++----- src/posts/big-list-game-dev.njk | 20 +++++++------------- 2 files changed, 12 insertions(+), 18 deletions(-) (limited to 'src') diff --git a/src/_includes/assets/css/styles.css b/src/_includes/assets/css/styles.css index 874c75c..34b7254 100644 --- a/src/_includes/assets/css/styles.css +++ b/src/_includes/assets/css/styles.css @@ -832,6 +832,11 @@ select { margin-bottom: 0px; } +.my-5 { + margin-top: 1.25rem; + margin-bottom: 1.25rem; +} + .my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -852,11 +857,6 @@ select { margin-right: -2rem; } -.my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; -} - .mt-10 { margin-top: 2.5rem; } diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk index 9fadb58..d8523f8 100644 --- a/src/posts/big-list-game-dev.njk +++ b/src/posts/big-list-game-dev.njk @@ -19,30 +19,27 @@ title: Big List of Open Source Game Development Tools
- + - - - - - {% for tool in gtools.gameTools%} - - {% endfor %} -- cgit v1.2.3
+ Tool + Tool Type + Supported Graphics + OS Supported - Link -
- {{tool.toolName}} + + {{tool.toolName}} {{tool.type}} @@ -53,9 +50,6 @@ title: Big List of Open Source Game Development Tools {{tool.os}} - {{tool.link}} -