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 -2
View File
@@ -35,7 +35,6 @@ $theme-breadcrumbs-link-color-active: hsl($theme-hue, 100%, 85%);
}
html {
font-size: 16pt;
}
body {
@@ -46,7 +45,7 @@ body {
// Font
font-size: 1.0em;
font-family: "Roboto", sans-serif;
text-rendering: optimizelegibility;
text-rendering: optimizelegibility;
color: $theme-content-color;
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;