diff --git a/gcx/gulpfile.js b/gcx/gulpfile.js index 942ebfa..95fc975 100644 --- a/gcx/gulpfile.js +++ b/gcx/gulpfile.js @@ -39,7 +39,7 @@ const bundleJSsrc = () => // Bundle a site.js for the 404 error page, excluding 01-nav.js const bundleJS404 = () =>{ - return src(['styles/src/js/*.js','!styles/src/js/01-nav.js']) + return src(['styles/src/js/*.js','!styles/src/js/01-nav.js', '!styles/src/js/08-gcx-helios.js']) .pipe(concat('site404.js')) .pipe(dest('build/js')); } diff --git a/gcx/styles/src/css/helios-gcx-body.css b/gcx/styles/src/css/helios-gcx-body.css index b44e6c8..19a6289 100644 --- a/gcx/styles/src/css/helios-gcx-body.css +++ b/gcx/styles/src/css/helios-gcx-body.css @@ -227,3 +227,8 @@ main > .content { } } +@media screen and (max-width: 767px) { + article.doc .center{ + max-width: 100%!important; + } +} diff --git a/gcx/styles/src/css/helios-gcx-footer.css b/gcx/styles/src/css/helios-gcx-footer.css index 4b0b895..94aa825 100644 --- a/gcx/styles/src/css/helios-gcx-footer.css +++ b/gcx/styles/src/css/helios-gcx-footer.css @@ -19,8 +19,3 @@ footer .container-fluid { .copyright-line { font-weight: bold; } - -.wh_footer.notFound{ - position: fixed; -} - diff --git a/gcx/styles/src/layouts/404.hbs b/gcx/styles/src/layouts/404.hbs index 93ab672..903d007 100644 --- a/gcx/styles/src/layouts/404.hbs +++ b/gcx/styles/src/layouts/404.hbs @@ -6,9 +6,10 @@