From 1354ebdf2cd0715df0a34c83fff9a359945ac56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 28 Dec 2015 12:38:18 +0100 Subject: [PATCH] don't force huge bottom margin on vignettes --- static/css/more.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/more.css b/static/css/more.css index d98742a..1645c19 100644 --- a/static/css/more.css +++ b/static/css/more.css @@ -81,7 +81,7 @@ .vignette-big div p img { margin-right: 10px; - margin-bottom: 300px; + margin-bottom: 10px; float: left; }