diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index 6b67209b9..f2a5db4c9 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -159,7 +159,7 @@ define([ h('div#cp-main', [ Pages.infopageTopbar(), h('div.container.cp-container', [ - h('div.row', [ + h('div.row.cp-home-hero', [ h('div.cp-title.col-md-7', [ h('img', { src: '/customize/CryptPad_logo.svg?' + urlArgs }), h('h1', 'CryptPad'), diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index f2ef38288..2b797c8b1 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -43,6 +43,9 @@ } } } + .cp-home-hero { + margin-bottom: 50px; + } .cp-title { display: flex; align-items: center;