From 5eceac9d78ba901e20a6d389c2e022edf9b88e8e Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 28 Oct 2020 22:39:58 +0100 Subject: [PATCH] Better rescaling of header text --- index.html | 4 +++- stylesheets/styles.css | 10 +++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9ef2cdd764..91c3b4db3a 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,9 @@

-Evennia MUD/MU* Creation System

+Evennia MUD/MU* Creation System

Evennia is an open-source Python-based framework, codebase and server for creating text-based multiplayer online games (aka MUD/MU* etc) using modern diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 00ff499974..350bfea2d7 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -293,6 +293,14 @@ header li { margin-bottom: 1px; } +.header-text { + line-height: 1.2; + margin-top: -10px; + margin-bottom: 25px; + opacity: 0.6; +} + + a.buttons { display: table-cell; width:132px; @@ -485,7 +493,7 @@ footer { .newsfeed { position: absolute; - top: 103px; + top: 70px; right: 200px; }