diff options
author | Ev Bogue <ev@evbogue.com> | 2019-04-19 16:10:15 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-04-19 16:10:15 -0500 |
commit | 6c60ac6e55da99aac1958c87ee36a6acb4d399b6 (patch) | |
tree | 07e4eff9fc8b5a4b9ce8b88487a6cb180900c962 /css/style.css | |
parent | 3db2bee4c108858ea9ac3417f1645a9b05d80940 (diff) |
move some stuff around and try to get it to work
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 1850551..a59af50 100644 --- a/css/style.css +++ b/css/style.css @@ -41,7 +41,7 @@ hr { } #scroller { - max-width: 780px; + max-width: 50em; margin-right: auto; margin-left: auto; } |