Fixing up site.css

This commit is contained in:
Ubergeek 2019-07-05 12:03:08 +00:00
parent ea7d9b2411
commit c46d7530c6
1 changed files with 6 additions and 1 deletions

View File

@ -68,6 +68,11 @@ body {
font-size: medium;
}
#content img {
max-height: 400px;
width: auto;
}
#sidebar {
width: 18%;
float: left;
@ -82,4 +87,4 @@ body {
line-height: 12pt;
text-align: center;
padding-top: 30pt;
}
}