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:
parent
e07c09f022
commit
e814dc7383
1 changed files with 0 additions and 7 deletions
|
@ -117,13 +117,6 @@
|
|||
margin-bottom: 0.666rem;
|
||||
}
|
||||
|
||||
.more-about-tags {
|
||||
margin-top: 0;
|
||||
a {
|
||||
color: $blue-light;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Paragraph
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue