« get me outta code hell

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:
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%;
+}