From f00db3f8c843b9a38f50ddbc038577b59d101468 Mon Sep 17 00:00:00 2001 From: Jeffrey Lembeck Date: Fri, 25 Jul 2014 10:12:59 -0700 Subject: [PATCH] Fix recommend button and header spacing --- examples/index.html | 5 ++++- examples/large.html | 7 +++++-- examples/small.html | 3 +++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/examples/index.html b/examples/index.html index a8d9250..ad11e33 100644 --- a/examples/index.html +++ b/examples/index.html @@ -62,6 +62,9 @@ height: 200px; tab-size: 2; } + h4 { + margin-bottom: .66em; + }