diff --git a/.gitignore b/.gitignore index c75303a15bfd57d8d09a968a8389556670972927..3b3242e5b1c9de4c7e13dc8bc7dbceee27afd08e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules/ .idea/ /db.json .jekyll-metadata +.jekyll-cache tmp/ /yarn.lock .DS_Store diff --git a/pages/index.html b/pages/index.html index 0d2bfb0e1b0955022a7971dc8798fe61ecdc29a6..a3ace1e7cf5f6c4e8d8a107233c18577aa967b2f 100644 --- a/pages/index.html +++ b/pages/index.html @@ -3,6 +3,7 @@ title: Dashboard page-title: Dashboard page-pretitle: Overview page-title-actions: true +site-layout: layout-collapsed-sm menu: home --- diff --git a/scss/layout/_layout.scss b/scss/layout/_layout.scss index ff36ce865d677b060ec035531b15b05505c92bc9..02b1d17a0ebd2f75bd89395b34f10659b87cbcf2 100644 --- a/scss/layout/_layout.scss +++ b/scss/layout/_layout.scss @@ -54,7 +54,7 @@ Layout "head" auto "menu" auto "main" auto / - auto; + 100%; } .layout-collapsed {