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

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d0ea78  Get rid of horizontal scrollbar
6d0ea78 is described below

commit 6d0ea781817d3d3f416881943c0ca4d237fcbf83
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Thu Apr 4 20:41:33 2019 -0500

    Get rid of horizontal scrollbar
---
 src/css/main.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/css/main.scss b/src/css/main.scss
index eee7ca0..603c9d4 100644
--- a/src/css/main.scss
+++ b/src/css/main.scss
@@ -39,6 +39,7 @@ ul.navbar-nav {
 body {
        width: 100%;
        margin: 0%;
+       overflow-x:hidden;
 }
 
 .slider {

Reply via email to