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 | 1552149be260fbbaad030bf33f4902b481090c1f (patch) | |
tree | 2be3bd5ae56a4bbb4daa68481f44a7011ce33b52 /web | |
parent | cd96c6b098dcfbc11f3d774d26fa2bef31d1105a (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 { |