about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-09 12:38:03 -0700
committerCase Duckworth2015-03-09 12:38:03 -0700
commit731be1feff43100b367737404bbef3f93d4b3e9b (patch)
treebd3531f5be7a9b08380bdaea29c1b161bb9e4c79 /css/common.css
parentUpdate README (diff)
downloadautocento-731be1feff43100b367737404bbef3f93d4b3e9b.tar.gz
autocento-731be1feff43100b367737404bbef3f93d4b3e9b.zip
Re write .thing into #container > .content
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/common.css b/css/common.css index 50abb87..f64ad0c 100644 --- a/css/common.css +++ b/css/common.css
@@ -31,8 +31,8 @@ header {
31 max-width: 39em; 31 max-width: 39em;
32 margin: auto; 32 margin: auto;
33} 33}
34.thing { 34#container {
35 max-width: 39em; 35 /* max-width: 39em; */
36 margin: 0 auto; 36 margin: 0 auto;
37 padding-bottom: 24px; 37 padding-bottom: 24px;
38} 38}