From 86c1e798f0d7a4c15c88cf6c7b7e74cd834418cf Mon Sep 17 00:00:00 2001 From: Colleen Date: Sun, 22 Jan 2023 15:07:06 -0400 Subject: Fixed anchor name clash for id "platforms". --- common/main.css | 8 ++++++++ index.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/common/main.css b/common/main.css index 984cdd4..5433163 100644 --- a/common/main.css +++ b/common/main.css @@ -79,6 +79,14 @@ h2 { line-height: 24px; } +h2::before { + content: ''; + display: block; + width: 100%; + height: 144px; + margin: -144px 0px 0px; +} + .page { width: min(var(--content-width), 100vw); min-height: fit-content; diff --git a/index.html b/index.html index 74be9e9..8398646 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,7 @@
-

raylib supported platforms

+

raylib supported platforms


raylib supports multiple target platforms, it has been tested in the following ones but, technically, any platform that supports C language and OpenGL graphics (or similar) can run raylib or it can be very easily ported to.


-- cgit v1.2.3