You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2019/07/25 12:57:14 UTC

[sling-site] branch master updated: mobile view correction for images

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

jeb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e83c8f4  mobile view correction for images
e83c8f4 is described below

commit e83c8f423212618cf9b016c0e922bc7675fabb73
Author: JE Bailey <je...@apache.org>
AuthorDate: Thu Jul 25 08:57:07 2019 -0400

    mobile view correction for images
---
 src/main/jbake/templates/menu.tpl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/jbake/templates/menu.tpl b/src/main/jbake/templates/menu.tpl
index bee9be5..2059f42 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -73,10 +73,7 @@ div(class:"container") {
                     li(){a(href:"https://www.apache.org/foundation/buy_stuff.html", "Buy Stuff")}
                 }
             }
-        }
-    }
-    div(class:"columns is-centered"){
-        div(class:"column"){
+            li(){
                 a(href:"https://www.apache.org/events/current-event.html", class:"column") {
                     img(
                         border:"0",
@@ -85,6 +82,8 @@ div(class:"container") {
                         width:"125"
                     )
                 }
+            }
+            li(){
                 a(href:"https://apache.org/foundation/contributing.html",class:"column") {
                     img(
                         border:"0", 
@@ -93,6 +92,7 @@ div(class:"container") {
                         width:"125"
                     )
                 }
+            }
         }
     }
 }
\ No newline at end of file