diff --git a/imports/ui/components/Navigation/Navigation.scss b/imports/ui/components/Navigation/Navigation.scss index 857139c..b7beb37 100644 --- a/imports/ui/components/Navigation/Navigation.scss +++ b/imports/ui/components/Navigation/Navigation.scss @@ -45,4 +45,5 @@ a.navbar-brand { .hide-brand { opacity: 0; + width: 0px; } \ No newline at end of file diff --git a/imports/ui/pages/Index/Index-custom.scss b/imports/ui/pages/Index/Index-custom.scss index 9a96a5e..eb0dfe9 100644 --- a/imports/ui/pages/Index/Index-custom.scss +++ b/imports/ui/pages/Index/Index-custom.scss @@ -120,7 +120,8 @@ .slide-3-icon:before, .slide-4-icon:before { - top: -50px; + top: 10px; + /* top: -50px; */ } } @@ -259,6 +260,6 @@ .crowd-footer > p { font-size: 13px; - margin-left: 10px; - margin-right: 10px; + margin-left: 20px; + margin-right: 20px; } \ No newline at end of file diff --git a/imports/ui/stylesheets/bootstrap-overrides.scss b/imports/ui/stylesheets/bootstrap-overrides.scss index 9b78f97..3a4149e 100644 --- a/imports/ui/stylesheets/bootstrap-overrides.scss +++ b/imports/ui/stylesheets/bootstrap-overrides.scss @@ -4,6 +4,7 @@ body { background-color: lighten($todos-palette5, 70%); /* for fixed header */ /* padding-top: 50px; */ + overflow-x: hidden; } .navbar-nav .nav-link {