From a1b06fbff7d609827389725324a51cb899c983ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 12 Nov 2020 16:05:51 +0000 Subject: [PATCH] correct footer layout on small screens --- customize.dist/pages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',