Skip to content

Commit 5b162fd

Browse files
committed
footer area tweaks. resolves #26
1 parent 8e92b08 commit 5b162fd

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

_includes/page-footer.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="wrapper">
33
<div class="page-section__column-wrap">
44
<h2 class="section-header">Contact</h2>
5-
<div class="page-section__column">
5+
<div class="page-section__full">
66
<hr class="hr">
77
<h3 class="section-subhead">Get in Touch</h3>
88
<ul class="links-list">
@@ -24,11 +24,10 @@ <h3 class="section-subhead">Get in Touch</h3>
2424
</ul>
2525
</div>
2626
<div class="page-section__column">
27-
<ul class="btn-group">
28-
<!-- <li class="btn-group__item"><a class="btn btn--outline" href="#">Live demo</a></li> -->
27+
<ul class="btn-group footer-btn">
2928
<li class="btn-group__item"><a class="btn btn--secondary" href="https://graphite.readthedocs.io/en/latest/install.html" target="_blank">Install</a></li>
3029
</ul>
31-
<ul class="links-list links-list--margin" id="footerAnchors">
30+
<!-- <ul class="links-list links-list--margin" id="footerAnchors">
3231
<li class="links-list__item">
3332
<a class="links-list__link anchor" href="#overview"><strong>Overview</strong></a>
3433
</li>
@@ -50,7 +49,7 @@ <h3 class="section-subhead">Get in Touch</h3>
5049
<li class="links-list__item">
5150
<a class="links-list__link" href="https://answers.launchpad.net/graphite" target="_blank"><strong>Support</strong></a>
5251
</li>
53-
</ul>
52+
</ul> -->
5453
</div>
5554
</div>
5655
</div>

_sass/components/_lists.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
}
3434
}
3535

36+
.footer-btn {
37+
position: absolute;
38+
right: 56px;
39+
top:120px;
40+
}
41+
3642
.btn-group__item {
3743
display: block;
3844
margin-bottom: rem-calc(20);
@@ -49,4 +55,4 @@
4955
&:last-child {
5056
margin-bottom: 0;
5157
}
52-
}
58+
}

css/styles.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)