]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Columnize
[rbdr/r.bdr.sh] / css / style.css
index d8c0368327d8e880c849aa56cfc2e50655268177..dae306da4531490abab9d5b59a6281b4a1c48cba 100644 (file)
@@ -1,9 +1,22 @@
 body {
-  font-family: "Hiragino Mincho ProN", sans-serif;
+  font-family: "Times New Roman", Times, serif;
+  line-height: 1.6;
+  letter-spacing: 0.02em;
+  column-count: auto;
+  column-width: 15em;
 }
 
+header, p:first-of-type, pre:first-of-type { column-span: all }
+
+h1, h2, h3 { font-weight: normal }
+
+h2 { break-before: column }
+
+p { break-inside: avoid }
+
 pre {
   font-family: Monaco, monospace;
+  font-size: 14px;
   background-color: #eee;
 }