welcome page: improve CSS slightly for narrow windows

Thanks to tarcieri for the patch.

refs ticket:1931
This commit is contained in:
Brian Warner 2014-09-02 13:44:53 -07:00
parent 45adde7180
commit 7015f21e5a
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ body {
}
.sidebar-nav {
min-width: 250px;
padding: 9px 0;
}
@ -51,6 +52,7 @@ body {
.furl {
font-size: 0.8em;
word-wrap: break-word;
}
.peerid {