« get me outta code hell

add music commentary from pastebin + tumblrs - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/site.css
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-11-17 00:27:49 -0400
committerFlorrie <towerofnix@gmail.com>2019-11-17 00:27:49 -0400
commitadd3806e515d6537e448fbb63ce2e817c1ee118c (patch)
tree61f1dc69a3d19e6eb9701373d9607ec425d5e999 /site.css
parentc765eda6fb33ff7449d3ce6f958a1210ef8b25df (diff)
add music commentary from pastebin + tumblrs
https://pastebin.com/gqpHsKkE
Diffstat (limited to 'site.css')
-rw-r--r--site.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/site.css b/site.css
index 258bc16..587138e 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%;
+}