diff --git a/_includes/common_header b/_includes/common_header index c54df32..5663e83 100644 --- a/_includes/common_header +++ b/_includes/common_header @@ -1,5 +1,5 @@
-

{{ site.title }}{{ site.subtitle }}

+

{{ site.title }} {{ site.subtitle }}

{% include common_nav %}
diff --git a/style.css b/style.css index 8969225..54aff57 100644 --- a/style.css +++ b/style.css @@ -50,7 +50,6 @@ header > h1 { padding-left: 0; font-size: 1.4rem; line-height: 3rem; - white-space: nowrap; color: #fff; } @@ -64,11 +63,13 @@ header > h1 img { header > h1 .title { font-family: {{ page.headingfont }}; padding: 0.25rem; + white-space: nowrap; } header > h1 .subtitle { padding-left: 0.5rem; font-size: 0.8rem; + white-space: nowrap; } h1, h2, h3, h4, h5, h6 { @@ -163,7 +164,6 @@ div.frontpage_code_examples { display: flex; flex-direction:row; flex-wrap: wrap; - justify-content: center; } div.frontpage_code_examples > div {