瀏覽代碼

Fix horizontal overflow

master
Fen Dweller 6 年之前
父節點
當前提交
03032392b3
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      static/sexy.css

+ 4
- 0
static/sexy.css 查看文件

@@ -56,6 +56,10 @@ body {
background-color: #100d1e; background-color: #100d1e;
} }


body {
overflow-x: hidden;
}

@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700"); @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700");


.game { .game {


Loading…
取消
儲存