Skip to content

Commit

Permalink
Footer UI changes (publiclab#255)
Browse files Browse the repository at this point in the history
* Footer UI change

* fixed the social media icons on mobile view
  • Loading branch information
pydevsg authored and Rishabh570 committed Sep 9, 2019
1 parent 737688b commit e3e8044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions examples/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,7 @@ h1, h2, .section h3 {

@media only screen and (max-width: 569px) {
.links {
width: 25%;
margin: 10px 0;
}
}

@media only screen and (max-width: 400px) {
.links {
width: 50%;
}
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h2 class="contributors-head">Contributors</h2>

<div class="row" id="connectwithus">
<h2 class="text-center d-block">Connect with us</h2>
<p>You can connect with us on any of these platforms:</p>
<!-- <p>You can connect with us on any of these platforms:</p> -->
<div id="connectwithusbody">
<a class="col-md-2 links " href="https://www.facebook.com/PublicLab/" title="Facebook" ><i class="fa fa-facebook fa-3x"></i> </a>
<a class="col-md-2 links " href="https://twitter.com/PublicLab?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" title="Twitter" ><i class="fa fa-twitter fa-3x"></i> </a>
Expand All @@ -288,8 +288,8 @@ <h2 class="text-center d-block">Connect with us</h2>

<footer>
<div class="row">
<div class="col-md-6 text-center">
<span class="float-md-left"> Page powered by <a href="https://github.com/publiclab/community-toolbox"><i class="fa fa-github"></i></a>
<div class="text-center">
<span class="text-center"> Page powered by <a href="https://github.com/publiclab/community-toolbox"><i class="fa fa-github"></i></a>
<a href="https://github.com/publiclab/community-toolbox" >Commmunity Toolbox</a>
- Open Source
</span>
Expand Down

0 comments on commit e3e8044

Please sign in to comment.