Varia: More link fix
This commit is contained in:
parent
b396af1dcc
commit
00008dedfd
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
.more-link {
|
||||
display: inline;
|
||||
display: block;
|
||||
color: inherit;
|
||||
|
||||
&:after {
|
||||
|
@ -52,4 +52,4 @@
|
|||
.wp-audio-shortcode {
|
||||
@extend %responsive-aligndefault;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2682,7 +2682,7 @@ table th,
|
|||
}
|
||||
|
||||
.entry-content .more-link {
|
||||
display: inline;
|
||||
display: block;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
|
@ -2699,7 +2699,7 @@ table th,
|
|||
}
|
||||
|
||||
.entry-content .more-link {
|
||||
display: inline;
|
||||
display: block;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue