Fix title wrapping
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user