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 {
|
||||
background: #fff;
|
||||
padding-top: 15rem;
|
||||
padding-bottom: 11rem; }
|
||||
padding-top: 15rem; }
|
||||
|
||||
.left {
|
||||
float: left; }
|
||||
|
@ -829,7 +828,8 @@ ul.pagination {
|
|||
padding: 0; }
|
||||
|
||||
.modular .bottom {
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
padding-bottom: 4rem; }
|
||||
.modular .bottom:after {
|
||||
content: "";
|
||||
display: table;
|
||||
|
@ -989,9 +989,6 @@ ul.pagination {
|
|||
z-index: -1;
|
||||
border-radius: 100%; }
|
||||
|
||||
.modular .modular-row:last-child {
|
||||
margin-bottom: 2rem; }
|
||||
|
||||
.logo {
|
||||
border-bottom: 1px solid #eaeaea; }
|
||||
.logo h3 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,6 @@ b, strong {
|
|||
|
||||
background: $page-bg;
|
||||
padding-top: $header-height + $padding-vert;
|
||||
padding-bottom: $footer-height + $padding-vert + 2rem;
|
||||
}
|
||||
|
||||
// Alignment
|
||||
|
|
|
@ -4,12 +4,6 @@
|
|||
@import "footer";
|
||||
@import "text";
|
||||
|
||||
.modular {
|
||||
.modular-row:last-child {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
h3 {
|
||||
@extend .default-animation;
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
.bottom {
|
||||
text-align: center;
|
||||
@include clearfix;
|
||||
padding-bottom: 4rem;
|
||||
|
||||
h2 {
|
||||
padding-top: 3rem;
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
{% for button in page.header.buttons %}
|
||||
<a class="button{% if button.primary %} primary{% endif %}" href="{{ button.url }}">{{ button.text }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue