]> git.r.bdr.sh - rbdr/forum/blobdiff - static/global.css
Update the config
[rbdr/forum] / static / global.css
diff --git a/static/global.css b/static/global.css
new file mode 100644 (file)
index 0000000..5895635
--- /dev/null
@@ -0,0 +1,16 @@
+main {
+  grid-column: col-start 2 / span 11;
+}
+
+#forum {
+  display: grid;
+  font-family : 'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , '游明朝','游明朝体',YuMincho,'Yu Mincho' , 'MS 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif;
+  grid-template-columns: repeat(12, [col-start] 1fr);
+  grid-gap: 20px;
+  grid-auto-rows: minmax(24px, auto);
+}
+
+body {
+  background-color: whitesmoke;
+}
+