ソースを参照

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 {


読み込み中…
キャンセル
保存