This website works better with JavaScript.
Home
Help
Sign In
ben
/
benkurtovic.com
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Adjust container padding to scale with size.
master
Ben Kurtovic
9 years ago
parent
4f924652c2
commit
9c9c255c9b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save