瀏覽代碼

Adjust container padding to scale with size.

master
Ben Kurtovic 9 年之前
父節點
當前提交
9c9c255c9b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      static/main.css

+ 1
- 1
static/main.css 查看文件

@@ -45,7 +45,7 @@ a.underlined:hover, a.underlined:active { text-decoration: none; }
#container {
margin: 1.5em auto 0;
max-width: 1000px;
padding: 0 40px 0 40px;
padding: 0 5%;
}

#container p {


Loading…
取消
儲存