Merge branch 'rebrand' of github.com:xwiki-labs/cryptpad into rebrand

pull/1/head
yflory 4 years ago
commit cf8bd3d5af

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

@ -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 {

@ -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 {

Loading…
Cancel
Save