mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Don't break subtitle partially
This commit is contained in:
@@ -9,11 +9,11 @@
|
|||||||
<header class="masthead">
|
<header class="masthead">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="{{ site.baseurl }}/" title="Home">{{ site.full_title }}</a>
|
<a href="{{ site.baseurl }}/" title="Home">{{ site.full_title }}</a>
|
||||||
<small>{{ site.tagline }}</small>
|
|
||||||
<span class="navigation">
|
<span class="navigation">
|
||||||
{% for page in site.navigation_pages %}
|
{% for page in site.navigation_pages %}
|
||||||
<small><a href="{{ page[1] }}">{{ page[0] }}</a></small>
|
<small><a href="{{ page[1] }}">{{ page[0] }}</a></small>
|
||||||
{% endfor %}</span>
|
{% endfor %}</span>
|
||||||
|
<small>{{ site.tagline | replace:' ',' ' }}</small>
|
||||||
</h3>
|
</h3>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
@@ -25,10 +25,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.masthead-title small {
|
.masthead-title a:first-child {
|
||||||
margin-left: 1rem;
|
padding-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user