Remove the blue header and clean up padding
This commit is contained in:
parent
8698e416fa
commit
4dedd88225
3 changed files with 0 additions and 20 deletions
|
@ -11,19 +11,6 @@
|
||||||
{% block head_title %}{% endblock %}
|
{% block head_title %}{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% block heading_panel %}
|
|
||||||
<div class="panel panel__compact panel__bg">
|
|
||||||
|
|
||||||
<div class="panel--content">
|
|
||||||
<div class="panel--2-3">
|
|
||||||
<h2>{% block header_title %}{% endblock %}</h2>
|
|
||||||
<p class="lede">{% block header_paragraph %}{% endblock %}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content_base %}
|
{% block content_base %}
|
||||||
<div class="l-content-page">
|
<div class="l-content-page">
|
||||||
<div class="l-content-page--richtext">
|
<div class="l-content-page--richtext">
|
||||||
|
|
|
@ -1513,11 +1513,6 @@ table.alt tr:not(:last-of-type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-content-page {
|
|
||||||
margin-top: 80px;
|
|
||||||
margin-top: 5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.l-content-page--image {
|
.l-content-page--image {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -29,10 +29,8 @@ body {
|
||||||
.jumbotron-white {
|
.jumbotron-white {
|
||||||
background-color: rgba(255,255,255,1.0);
|
background-color: rgba(255,255,255,1.0);
|
||||||
color: black;
|
color: black;
|
||||||
margin-top: 60px;
|
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
Loading…
Reference in a new issue