Better rescaling of header text

This commit is contained in:
Griatch 2020-10-28 22:39:58 +01:00
parent dfc64ba569
commit 5eceac9d78
2 changed files with 12 additions and 2 deletions

View file

@ -68,7 +68,9 @@
</header>
<section>
<h1>
<a name="evennia-mudmu-creation-system" class="anchor" href="#evennia-mudmu-creation-system"><span class="octicon octicon-link"></span></a>Evennia MUD/MU* Creation System</h1>
<a name="evennia-mudmu-creation-system" class="anchor"
href="#evennia-mudmu-creation-system"><span class="octicon
octicon-link"></span></a>Evennia MUD/MU* Creation System</h1>
<p><em>Evennia</em> is an open-source Python-based framework, codebase and
server for creating text-based multiplayer online games (aka MUD/MU* etc) using modern

View file

@ -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;
}