Fix title wrapping

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-24 20:14:03 +01:00
parent 7ca9d546cf
commit f248d81f71
5 changed files with 8 additions and 10 deletions
+1 -3
View File
@@ -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 {
-1
View File
@@ -35,7 +35,6 @@ $theme-breadcrumbs-link-color-active: hsl($theme-hue, 100%, 85%);
}
html {
font-size: 16pt;
}
body {
+1
View File
@@ -15,6 +15,7 @@
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: 0.05ch;
background: $theme-comments-title-background;
color: $theme-comments-title-color;
+2 -2
View File
@@ -66,10 +66,10 @@
margin: 0;
padding: 0;
font-family: "Oswald";
font-size: 1.75rem;
font-size: 2.0rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .25ch;
letter-spacing: .20ch;
}
// --------------------------------------------------------------------------------