Compare commits
No commits in common. "b992186b7100af841d92593182ad48fdc60b5749" and "707002c326eadb3321b1ecc20c02aaecb2952e1b" have entirely different histories.
b992186b71
...
707002c326
5 changed files with 5 additions and 13 deletions
|
|
@ -10401,6 +10401,7 @@ a.navbar-item[href="/search"].is-active::before {
|
|||
@media screen and (min-width: 769px), print {
|
||||
.titlebar .titlebar_title .subtitle,
|
||||
.titlebar .titlebar_title .title {
|
||||
margin: 0;
|
||||
color: currentColor;
|
||||
}
|
||||
}
|
||||
|
|
@ -10801,9 +10802,6 @@ a.teaser:hover .subtitle {
|
|||
.hero-main a:focus .icon {
|
||||
color: #CBC219;
|
||||
}
|
||||
.hero-main .hero-body {
|
||||
padding-block: 7rem 5rem;
|
||||
}
|
||||
|
||||
.hero.is-blue {
|
||||
color: #FFFFFF;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -37,9 +37,6 @@
|
|||
color: $dandelion-light;
|
||||
}
|
||||
}
|
||||
.hero-body {
|
||||
padding-block: 7rem 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.hero.is-blue {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
@include tablet {
|
||||
.subtitle,
|
||||
.title {
|
||||
// margin: 0;
|
||||
margin: 0;
|
||||
color: currentColor;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,10 +85,7 @@
|
|||
<div class="container">
|
||||
<div class="titlebar">
|
||||
<div class="titlebar_title">
|
||||
<h1 class="title is-spaced is-2">{{ content.field_title.0 }}</h1>
|
||||
{% if paragraph.field_subtitle.value %}
|
||||
<h2 class="subtitle is-4 mt-4">{{ content.field_subtitle.0 }}</h2>
|
||||
{% endif %}
|
||||
<h1 class="title is-2">{{ content.field_title.0 }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -96,4 +93,4 @@
|
|||
{% endif %}
|
||||
{% endblock %}
|
||||
</section>
|
||||
{% endblock paragraph %}
|
||||
{% endblock paragraph %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue