[site] Some style tweaks
diff --git a/src/content/css/site.css b/src/content/css/site.css
index 5ad5af9..cff1c1e 100644
--- a/src/content/css/site.css
+++ b/src/content/css/site.css
@@ -126,20 +126,30 @@
 
 h2
 {
-    font-size: 1.2em;
+    font-size: 1.3em;
 }
 
 h3
 {
-    font-size: 1em;
+    font-size: 1.2em;
+}
+
+h3::before
+{
+    content: '> ';
 }
 
 h4
 {
-    font-size: 1em;
-    font-weight: 300;
+    font-size: 1.1em;
 }
 
+h4::before
+{
+    content: '>> ';
+}
+
+
 hr
 {
     margin-top: 1em;
@@ -453,6 +463,11 @@
     word-wrap: no;
 }
 
+.smalltable td, .smalltable th
+{
+    text-align: left;
+}
+
 .blue
 {
     color: blue;