diff options
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 { |