From 682ff7d09d4c74694284f6b248a1526e9fa835ba Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 21 Jul 2016 16:19:46 +0000 Subject: [PATCH] Fix #555 @0.5 --- less/002-common.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/less/002-common.less b/less/002-common.less index 659861b..c144112 100644 --- a/less/002-common.less +++ b/less/002-common.less @@ -60,6 +60,14 @@ h1, h2 { } } +p { + margin-bottom: 1.2em; + + &:last-of-type { + margin-bottom: 0; + } +} + a { transition: @transition-time-buttons color; color: @color-link; -- 2.39.5