diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-07 18:56:27 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-07 18:56:27 -0700 |
commit | 1e88de493cbceac8ba5aa0efa636346d91a3504a (patch) | |
tree | 12ec629e9d022a216a1d964a002a3a3ff4e63d12 /web | |
parent | 98adb96b63fe4d4e7423ae913e4619b3b7e270b4 (diff) |
Disabling community feed for beta site.
Diffstat (limited to 'web')
-rw-r--r-- | web/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/style.css b/web/style.css index 3cd5919..96ba12a 100644 --- a/web/style.css +++ b/web/style.css @@ -237,14 +237,14 @@ footer a:hover { #videos { float: left; - width: 70%; + width: 100%; text-align: left; } #videos article { display: inline-block; width: 280px; - margin-right: 30px; + margin-right: 15px; } #videos article h2 { |