Fix-up for basic site.css

This commit is contained in:
Ubergeek 2019-07-05 12:35:19 +00:00
parent 6e2e8b546d
commit d8bf095944
1 changed files with 7 additions and 2 deletions

View File

@ -3,11 +3,11 @@ This file is licensed under the GPL 3.0 or later.
*/ */
body { body {
font-family: Sans-serif; font-family: "Courier New", Courier, monospace;
} }
#body { #body {
width: 90%; width: 95%;
} }
#header { #header {
@ -21,6 +21,11 @@ body {
font-size: medium; font-size: medium;
} }
#content img {
max-height: 400px;
max-width: 98%;
}
#sidebar { #sidebar {
width: 18%; width: 18%;
float: right; float: right;