diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 302375c34..f885ebb9d 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -32,7 +32,7 @@ define([ }; var footerCol = function (title, L, literal) { - return h('div.col-6.col-sm-3', [ + return h('div.col-sm-3', [ h('ul.list-unstyled', [ h('li.footer-title', { 'data-localization': title, @@ -80,7 +80,7 @@ define([ return h('footer', [ h('div.container', [ h('div.row', [ - h('div.col-6.col-sm-3', [ + h('div.col-sm-3', [ h('div.cp-logo-foot', [ h('img', { src: '/customize/CryptPad_logo.svg', diff --git a/customize.dist/src/less2/include/infopages.less b/customize.dist/src/less2/include/infopages.less index 3f0e219d8..a507aad89 100644 --- a/customize.dist/src/less2/include/infopages.less +++ b/customize.dist/src/less2/include/infopages.less @@ -42,13 +42,14 @@ body { padding-top: @infopages_padding; padding-bottom: @infopages_padding; min-height: 75vh; + max-width:950px; h1 { font-size: 3em; margin-bottom: 0.5em; } h2 { font-size: 1.8em; - margin-top: 0px; + margin-top: 20px; margin-bottom: 0.5em; } h3 { diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 38c4333e3..8c21aa671 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -44,7 +44,10 @@ } } .cp-home-hero { + width: 100%; margin-bottom: 50px; + align-self: center; + align-items: center; } .cp-title { display: flex; @@ -84,6 +87,9 @@ a { margin: 10px; } + @media screen and (max-width: 768px) { + margin-top: 40px; + } } @icons-size: 120px; @icons-text-size: 24px; @@ -180,7 +186,7 @@ } } } - // XX not applied + #cp-main { .cp-container { .row.cp-index-section {