This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments