]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/base.html
added tux on mobile menu
[people/shoehn/ipfire.org.git] / templates / base.html
index a61c9cf72ff91e2fdafed5fe366ad22543a74152..97d7f915051f7b9f6385bb73e5eac0b1968f89c6 100644 (file)
@@ -74,7 +74,7 @@
                        <footer class="footer">
                                <div class="container pb-3">
                                        <div class="row mb-6">
-                                               <div class="col-6 col-sm-5 col-md-3 col-lg-2 mb-5">
+                                               <div class="col-6 col-sm-5 offset-sm-2 col-md-3 offset-md-0 col-lg-2 mb-5">
                                                        <h4>{{ _("About") }}</h4>
 
                                                        <ul class="list-unstyled">
                                                        </ul>
                                                </div>
 
-                                               <div class="col-6 col-sm-5 col-md-3 col-lg-2 mb-5">
+                                               <div class="col-6 col-sm-5 offset-sm-2 col-md-3 offset-md-0 col-lg-2 mb-5">
                                                        <h4>{{ _("Community") }}</h4>
 
                                                        <ul class="list-unstyled">
                                                        </ul>
                                                </div>
 
-                                               <div class="col-sm-8 col-md-12 col-lg-4 pt-md-6 pt-lg-1 text-center">
+                                               <div class="col-sm-8 offset-sm-2 col-md-12 offset-md-0 col-lg-4 pt-md-6 pt-lg-1 text-center">
                                                        <a class="btn btn-primary btn-lg" href="//www.ipfire.org/donate">
                                                                <svg class="icon i_heart"><use xlink:href="#heart"/></svg>
                                                                {{ _("Donate") }}
 
                                                        <div class="btn-toolbar justify-content-around col-md-6 offset-md-3">
                                                                <a class="btn btn-sm" href="http://www.ipfire.org/news.rss">
-                                                                       <svg class="icon i_rss"><use xlink:href="#rss""/></svg>
+                                                                       <svg class="icon i_rss"><use xlink:href="#rss"/></svg>
                                                                </a>
                                                                <a class="btn btn-sm" href="https://twitter.com/ipfire">
                                                                        <svg class="icon i_twitter"><use xlink:href="#twitter"/></svg>
                                                        </p>
                                                {% end %}
        
-                                               <p><small>&copy; {{ year }} - {{ _("IPFire is free software written by the IPFire Project") }}</small></p>
+                                               <p>&copy; {{ year }} - {{ _("IPFire is free software written by the IPFire Project") }}</p>
                                        </div>
                                </div>
                        </footer>