mobile view correction for images
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 @@
                     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 @@
                         width:"125"
                     )
                 }
+            }
+            li(){
                 a(href:"https://apache.org/foundation/contributing.html",class:"column") {
                     img(
                         border:"0", 
@@ -93,6 +92,7 @@
                         width:"125"
                     )
                 }
+            }
         }
     }
 }
\ No newline at end of file