You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/02/22 21:51:32 UTC

[incubator-wayang-website] 01/04: Correction on the footer when the screen is small

This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git

commit 30f30412b92393a12c46cece9e660ae0fc0e7100
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Mon Feb 22 18:22:58 2021 -0300

    Correction on the footer when the screen is small
---
 _includes/footer.html | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index 63676cc..0383e52 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,10 +1,10 @@
 <footer class="footer position-sticky sticky-bottom">
-    <nav class="navbar navbar-light bg-light "  style="background: #A6A6A6;">
+    <nav class="navbar navbar-light bg-light"  style="background: #A6A6A6;">
         <div class="container">
-            <div class="row justify-content-center">
-                <div class="col-12 text-center">
-                    <a href="http://incubator.apache.org/">
-                        <img src="{{ "assets/img/egg-logo.png" | absolute_url }}">
+            <div class="row">
+                <div class="col text-center">
+                    <a href="http://incubator.apache.org/" >
+                        <img class="w-50" src="{{ "assets/img/egg-logo.png" | absolute_url }}">
                     </a>
                     <br />
                     <p style="text-align: justify">
@@ -18,6 +18,5 @@
                 </div>
             </div>
         </div>
-
     </nav>
 </footer>