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 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 %}
|
||||
<div class="l-content-page">
|
||||
<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 {
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
|
|
|
@ -29,10 +29,8 @@ body {
|
|||
.jumbotron-white {
|
||||
background-color: rgba(255,255,255,1.0);
|
||||
color: black;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 60px;
|
||||
border-radius: 6px;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
Loading…
Reference in a new issue