From 4c4209661856ef673a28ef71211e8c3ec874fb08 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 20 Feb 2022 21:25:23 -0500 Subject: :) --- index.html | 19 ++++++++++++------- stylesheet/style.css | 3 +++ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index d416a3f..f6e0612 100644 --- a/index.html +++ b/index.html @@ -29,31 +29,36 @@ All controls are fully explained in game.

FelECS

— Engine Agnostic Pure Ruby ECS

May 2021 -

ECS implemented in Ruby with goals of being easy to incorporate/use in projects, reliable, and heavily documented.

+ +

MRuby-Raylib

— MRuby bindings for the Raylib Graphics Library

May 2021 -

MRuby bindings which allow easy use of the C library Raylib.

+ +

Steelwings

— Raylib/MRuby Game

January 2022

diff --git a/stylesheet/style.css b/stylesheet/style.css index bf4a457..5ad62a1 100644 --- a/stylesheet/style.css +++ b/stylesheet/style.css @@ -942,6 +942,7 @@ article h2 { article p { font-size: 1.125rem; line-height: 1.75rem; + line-height: 1.375; } article ul { @@ -953,6 +954,8 @@ article ul { article ul li { font-size: 1.125rem; line-height: 1.75rem; + line-height: 1.375; + margin: 0.375rem; } .fade-enter-active, -- cgit v1.2.3