Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 17499ab

Browse files
committed
fix(app-footer): style tweaks
1 parent a362630 commit 17499ab

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

src/components/app-footer/app-footer.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,14 @@
166166
border-radius: 16px;
167167
box-shadow: 0 2px 4px 0 rgba(128, 128, 128, 0.5);
168168
height: 34px;
169+
position: absolute;
170+
bottom: 20px;
171+
width: 100%;
169172

170173
@include media-breakpoint-down(sm) {
171174
max-width: none;
175+
position: initial;
176+
width: initial;
172177
}
173178

174179
&:hover {

src/components/app-footer/app-footer.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ export class AppFooter {
5555
<div class="col-lg-6 col-md-6 col-sm-12 order-first order-md-2 social">
5656
<p class="follow">
5757
Follow us:
58+
<a href="https://www.instagram.com/openforgemobile/" id="instagram" target="_blank" rel="noopener">
59+
<i class="fab fa-instagram" aria-hidden="true" />
60+
</a>
5861
<a href="https://twitter.com/openforgemobile" id="twitter" target="_blank" rel="noopener">
5962
<i class="fab fa-twitter-square" aria-hidden="true" />
6063
</a>
61-
<a href="https://www.facebook.com/openforgemobile/" id="facebook" target="_blank" rel="noopener">
62-
<i class="fab fa-facebook-square" aria-hidden="true" />
63-
</a>
6464
<a href="https://www.linkedin.com/company/openforge/" id="linkedin" target="_blank" rel="noopener">
6565
<i class="fab fa-linkedin" aria-hidden="true" />
6666
</a>
67-
<a href="https://www.instagram.com/openforgemobile/" id="instagram" target="_blank" rel="noopener">
68-
<i class="fab fa-instagram" aria-hidden="true" />
67+
<a href="https://www.facebook.com/openforgemobile/" id="facebook" target="_blank" rel="noopener">
68+
<i class="fab fa-facebook-square" aria-hidden="true" />
6969
</a>
7070
</p>
7171
</div>

0 commit comments

Comments
 (0)