From 0c92ac046ef190058b1b5c6dc2e72daf10fbb409 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 1 Jul 2023 07:22:58 -0700 Subject: [PATCH] minor tweak to css and index --- content/_index.md | 8 +++++--- static/style.css | 3 +-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/content/_index.md b/content/_index.md index c5374e7..9e96343 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,7 @@ title = "Libre Gaming - Main" +++ + LibreGaming =========== @@ -22,13 +23,14 @@ What To Do ---------- To join us for conversation and matchmaking, see our [contact -information](chat-with-us). +information](https://libregaming.org/chat-with-us/). If you are new to libre gaming or are looking for game to play, visit [LibreGameWiki](https://libregamewiki.org/). If you find something you like, tell us about it! We have written a small primer on [why you should be a libre -gamer](https://ericxdu.gitlab.io/kingdoms/libregaming/libre-games-primer). +gamer](libre-games-primer.html) and a page on how to +[play libre games](play-libre-games). -We also have a detailed page [introducing our organization](intro). +We also have a detailed page [introducing our organization](intro.html). diff --git a/static/style.css b/static/style.css index 8aecee4..f346bd7 100644 --- a/static/style.css +++ b/static/style.css @@ -23,12 +23,11 @@ html { /* center HTML and reduce width */ background-color: black; margin: auto; - max-width: 60em; + max-width: 75em; } body { /* establish document colors and font */ background-color: #1c1b22; /* dark grey background */ - border-radius: 1em; color: #dee2e6; /* off white text */ font-family: Roboto, Arial, sans-serif; padding: 1em;