Style hero a bit more
This commit is contained in:
parent
88b6f4b61b
commit
d5ef68ce32
3 changed files with 6 additions and 5 deletions
|
@ -22,7 +22,7 @@ section.content {
|
|||
font-size: inherit;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: 0.5rem !important;
|
||||
margin-right: 1rem !important;
|
||||
}
|
||||
|
||||
&.page-tags {
|
||||
|
|
|
@ -48,7 +48,9 @@ section.hero {
|
|||
}
|
||||
|
||||
.title {
|
||||
margin-bottom: 0.75rem;
|
||||
margin-bottom: 1.25rem;
|
||||
font-weight: 300;
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
.column {
|
||||
|
@ -56,11 +58,10 @@ section.hero {
|
|||
}
|
||||
|
||||
nav.breadcrumb {
|
||||
margin-bottom: 0.5rem !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.content-details {
|
||||
font-size: 90%;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<div class="columns">
|
||||
<div class="column">
|
||||
{% include "common/breadcrumbs.html" with parents=page.get_parent_pages %}
|
||||
<h1 class="title is-1 is-spaced">{{ page.title }}</h1>
|
||||
<h1 class="title is-spaced">{{ page.title }}</h1>
|
||||
{% if page.subtitle %}
|
||||
<h2 class="subtitle">{{ page.subtitle }}</h2>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue