correct footer layout on small screens

This commit is contained in:
David Benqué 2020-11-12 16:05:51 +00:00
parent 60bf2f3897
commit a1b06fbff7
1 changed files with 2 additions and 2 deletions

View File

@ -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',