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