Adjust some line width in CSS

This commit is contained in:
Griatch 2021-03-06 00:51:47 +01:00
parent c22873cf00
commit 54a0669b35
2 changed files with 4 additions and 1 deletions

View file

@ -98,7 +98,7 @@ technologies and tools.</p>
<a href="https://demo.evennia.com">https://demo.evennia.com</a> hosts an
almost default Evennia server with some extra examples. Use it to get a taste for
what's possible. You can also send questions to our support channel directly
from inside the demo!</p>
from inside the demo - just write <strong>public Hello!</strong> to say hi!
<h2>
<a name="installation" class="anchor"

View file

@ -21,6 +21,7 @@ time, mark, audio, video {
border: 0;
font: inherit;
vertical-align: baseline;
line-height: 1.5em;
}
@ -438,10 +439,12 @@ footer {
.patreon {
scale: 0.8;
opacity: 0.8;
}
.paypal {
scale: 0.8;
opacity: 0.8;
}
.sponsor-column {