Let homepage use width 90% max 600 instead of straight 50%.

master
voussoir 2020-09-29 17:18:46 -07:00
parent ee16d02324
commit 14961d75fd
1 changed files with 3 additions and 1 deletions

View File

@ -20,10 +20,12 @@ body
height: 100%;
margin: 0;
}
body > #motd,
body > div,
body > .nice_link
{
width: 50%;
width: 90%;
max-width: 600px;
}
body > div
{