Fix image borders

This commit is contained in:
Oliver Davies 2018-01-30 18:03:08 +00:00
parent 73a7a80a33
commit 0fe30169c6

View file

@ -28,7 +28,7 @@ blockquote {
}
img.with-border {
@apply .border .border-grey-light;
@apply .border .border-solid .border-grey-light;
}
h1, h2, h3 { @apply .mb-2; }