diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 01:02:58 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 01:02:58 +0200 |
| commit | cac85db02ff00732cf75d473dc3411332f33d845 (patch) | |
| tree | 5f244968a905eb3888434b3f60cbf05d2b652207 /static/global.css | |
| parent | a7cf03c192470cbab13edeb1aec99e0c66dede10 (diff) | |
Apply formatting
Diffstat (limited to 'static/global.css')
| -rw-r--r-- | static/global.css | 17 |
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; } - |