Add default bottom margin for headings

This commit is contained in:
Oliver Davies 2017-11-18 08:27:13 +00:00
parent a83c89e714
commit f62cd1d651

View file

@ -1,6 +1,5 @@
@import (less) "~normalize.css/normalize.css";
@import (less) "~suitcss-base/lib/base.css";
@import (less) "~font-awesome/css/font-awesome.css";
@import (less) "~highlightjs/styles/github-gist.css";
@ -34,6 +33,8 @@ img.with-border {
@apply .border .border-grey-light;
}
h1, h2, h3 { @apply .mb-2; }
p,
ul,
table,