Remove unneeded color change; removing strong tags was enough

And the margin top wasn't doing anything; it's the margin-bottom for the label that did
what we needed.
This commit is contained in:
benjamin melançon 2018-12-12 03:30:34 -05:00
parent e07c09f022
commit e814dc7383

View file

@ -117,13 +117,6 @@
margin-bottom: 0.666rem; margin-bottom: 0.666rem;
} }
.more-about-tags {
margin-top: 0;
a {
color: $blue-light;
}
}
// Paragraph // Paragraph
// //