aboutsummaryrefslogtreecommitdiff
path: root/static/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/global.css')
-rw-r--r--static/global.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/static/global.css b/static/global.css
index 5895635..54c3ccb 100644
--- a/static/global.css
+++ b/static/global.css
@@ -1,16 +1,17 @@
main {
- grid-column: col-start 2 / span 11;
+ 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);
+ 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;
+ background-color: whitesmoke;
}
-