diff options
Diffstat (limited to 'site.css')
-rw-r--r-- | site.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/site.css b/site.css index 258bc169..587138e6 100644 --- a/site.css +++ b/site.css @@ -43,6 +43,7 @@ a:hover { #sidebar { flex: 1 1 20%; + min-width: 200px; max-width: 250px; float: left; padding: 20px 5px; @@ -156,3 +157,17 @@ li .by { white-space: nowrap; font-style: oblique; } + +p code { + font-size: 1em; + font-family: 'courier new'; + font-weight: 800; +} + +blockquote { + max-width: 600px; +} + +p img { + max-width: 100%; +} |