Browse Source

Adjust container padding to scale with size.

master
Ben Kurtovic 9 years ago
parent
commit
9c9c255c9b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/main.css

+ 1
- 1
static/main.css View File

@@ -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…
Cancel
Save