diff options
author | Florrie <towerofnix@gmail.com> | 2019-11-17 00:27:49 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-11-17 00:27:49 -0400 |
commit | add3806e515d6537e448fbb63ce2e817c1ee118c (patch) | |
tree | 61f1dc69a3d19e6eb9701373d9607ec425d5e999 /site.css | |
parent | c765eda6fb33ff7449d3ce6f958a1210ef8b25df (diff) |
add music commentary from pastebin + tumblrs
https://pastebin.com/gqpHsKkE
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%; +} |