Footer updates
This commit is contained in:
parent
f1d9cb3458
commit
37b4d9fd96
7 changed files with 6 additions and 16 deletions
|
@ -42,8 +42,7 @@ b, strong, label, th {
|
||||||
|
|
||||||
#body {
|
#body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding-top: 15rem;
|
padding-top: 15rem; }
|
||||||
padding-bottom: 11rem; }
|
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
float: left; }
|
float: left; }
|
||||||
|
@ -829,7 +828,8 @@ ul.pagination {
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
|
||||||
.modular .bottom {
|
.modular .bottom {
|
||||||
text-align: center; }
|
text-align: center;
|
||||||
|
padding-bottom: 4rem; }
|
||||||
.modular .bottom:after {
|
.modular .bottom:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
|
@ -989,9 +989,6 @@ ul.pagination {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
border-radius: 100%; }
|
border-radius: 100%; }
|
||||||
|
|
||||||
.modular .modular-row:last-child {
|
|
||||||
margin-bottom: 2rem; }
|
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
border-bottom: 1px solid #eaeaea; }
|
border-bottom: 1px solid #eaeaea; }
|
||||||
.logo h3 {
|
.logo h3 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,6 @@ b, strong {
|
||||||
|
|
||||||
background: $page-bg;
|
background: $page-bg;
|
||||||
padding-top: $header-height + $padding-vert;
|
padding-top: $header-height + $padding-vert;
|
||||||
padding-bottom: $footer-height + $padding-vert + 2rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Alignment
|
// Alignment
|
||||||
|
|
|
@ -4,12 +4,6 @@
|
||||||
@import "footer";
|
@import "footer";
|
||||||
@import "text";
|
@import "text";
|
||||||
|
|
||||||
.modular {
|
|
||||||
.modular-row:last-child {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
h3 {
|
h3 {
|
||||||
@extend .default-animation;
|
@extend .default-animation;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
.bottom {
|
.bottom {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
|
padding-bottom: 4rem;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
padding-top: 3rem;
|
padding-top: 3rem;
|
||||||
|
|
|
@ -3,5 +3,4 @@
|
||||||
{% for button in page.header.buttons %}
|
{% for button in page.header.buttons %}
|
||||||
<a class="button{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
|
<a class="button{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="sb-slidebar sb-left sb-width-thin">
|
<div class="sb-slidebar sb-left sb-width-thin">
|
||||||
<div id="panel">
|
<div id="panel">
|
||||||
|
|
Loading…
Reference in a new issue