Minor style tweaks from Dec 2018 (?)

This commit is contained in:
Tony Garnock-Jones 2021-03-30 16:35:19 +02:00
parent e932d44709
commit 4c574f0dda
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!-- -*- html -*- --> <!-- -*- html -*- -->
<header> <header>
<h1><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/syndicate.png"><span class="title">{{ site.title }}</span></a><span class="subtitle">{{ site.subtitle }}</span></h1> <h1><a href="{{ site.baseurl }}/"><span class="title"><img src="{{ site.baseurl }}/syndicate.png">{{ site.title }}</span></a> <span class="subtitle">{{ site.subtitle }}</span></h1>
{% include common_nav %} {% include common_nav %}
</header> </header>

View File

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