Fix title wrapping
This commit is contained in:
+1
-3
@@ -16,8 +16,7 @@ article > .title {
|
||||
font-size: 1.667em;
|
||||
font-variant: small-caps;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
white-space: normal;
|
||||
letter-spacing: 0.05ch;
|
||||
background: $theme-article-title-background;
|
||||
color: $theme-article-title-color;
|
||||
@@ -100,7 +99,6 @@ article > .meta > .tags > span:first-child {
|
||||
}
|
||||
|
||||
article > .meta > .tags > .tag {
|
||||
|
||||
}
|
||||
|
||||
article > .meta > .tags > .tag:not(:last-child):after {
|
||||
|
||||
Reference in New Issue
Block a user