Update _base.scss (#137)
Description text size should match whether or not there is a link.
This commit is contained in:
parent
8f12d73123
commit
4a866f64c4
@ -61,9 +61,9 @@ a, table.table a {
|
||||
|
||||
.post-description {
|
||||
margin-bottom: 2rem;
|
||||
font-size: 0.875rem;
|
||||
a {
|
||||
color: inherit;
|
||||
font-size: 0.875rem;
|
||||
&:hover {
|
||||
color: var(--global-theme-color);
|
||||
text-decoration: none;
|
||||
@ -412,4 +412,4 @@ html.transition *:before,
|
||||
html.transition *:after {
|
||||
transition: all 750ms !important;
|
||||
transition-delay: 0 !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user