Fix title wrapping
This commit is contained in:
+1
-3
@@ -16,8 +16,7 @@ article > .title {
|
|||||||
font-size: 1.667em;
|
font-size: 1.667em;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: normal;
|
||||||
text-overflow: ellipsis;
|
|
||||||
letter-spacing: 0.05ch;
|
letter-spacing: 0.05ch;
|
||||||
background: $theme-article-title-background;
|
background: $theme-article-title-background;
|
||||||
color: $theme-article-title-color;
|
color: $theme-article-title-color;
|
||||||
@@ -100,7 +99,6 @@ article > .meta > .tags > span:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
article > .meta > .tags > .tag {
|
article > .meta > .tags > .tag {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
article > .meta > .tags > .tag:not(:last-child):after {
|
article > .meta > .tags > .tag:not(:last-child):after {
|
||||||
|
|||||||
+1
-2
@@ -35,7 +35,6 @@ $theme-breadcrumbs-link-color-active: hsl($theme-hue, 100%, 85%);
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 16pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -46,7 +45,7 @@ body {
|
|||||||
// Font
|
// Font
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-family: "Roboto", sans-serif;
|
font-family: "Roboto", sans-serif;
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
color: $theme-content-color;
|
color: $theme-content-color;
|
||||||
-webkit-font-smoothing: auto;
|
-webkit-font-smoothing: auto;
|
||||||
-moz-osx-font-smoothing: auto;
|
-moz-osx-font-smoothing: auto;
|
||||||
|
|||||||
@@ -13,8 +13,9 @@
|
|||||||
font-size: 1.333rem;
|
font-size: 1.333rem;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
letter-spacing: 0.05ch;
|
letter-spacing: 0.05ch;
|
||||||
background: $theme-comments-title-background;
|
background: $theme-comments-title-background;
|
||||||
color: $theme-comments-title-color;
|
color: $theme-comments-title-color;
|
||||||
|
|||||||
+2
-2
@@ -66,10 +66,10 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: "Oswald";
|
font-family: "Oswald";
|
||||||
font-size: 1.75rem;
|
font-size: 2.0rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: .25ch;
|
letter-spacing: .20ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Support for Mobile Devices
|
// Support for Mobile Devices
|
||||||
document.querySelector("#navigation-toggle").addEventListener("click", (ev) => {
|
document.querySelector("#navigation-toggle").addEventListener("click", (ev) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user