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) { 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('ul.list-unstyled', [
h('li.footer-title', { h('li.footer-title', {
'data-localization': title, 'data-localization': title,
@ -80,7 +80,7 @@ define([
return h('footer', [ return h('footer', [
h('div.container', [ h('div.container', [
h('div.row', [ h('div.row', [
h('div.col-6.col-sm-3', [ h('div.col-sm-3', [
h('div.cp-logo-foot', [ h('div.cp-logo-foot', [
h('img', { h('img', {
src: '/customize/CryptPad_logo.svg', src: '/customize/CryptPad_logo.svg',

@ -42,13 +42,14 @@ body {
padding-top: @infopages_padding; padding-top: @infopages_padding;
padding-bottom: @infopages_padding; padding-bottom: @infopages_padding;
min-height: 75vh; min-height: 75vh;
max-width:950px;
h1 { h1 {
font-size: 3em; font-size: 3em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
h2 { h2 {
font-size: 1.8em; font-size: 1.8em;
margin-top: 0px; margin-top: 20px;
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
h3 { h3 {

@ -44,7 +44,10 @@
} }
} }
.cp-home-hero { .cp-home-hero {
width: 100%;
margin-bottom: 50px; margin-bottom: 50px;
align-self: center;
align-items: center;
} }
.cp-title { .cp-title {
display: flex; display: flex;
@ -84,6 +87,9 @@
a { a {
margin: 10px; margin: 10px;
} }
@media screen and (max-width: 768px) {
margin-top: 40px;
}
} }
@icons-size: 120px; @icons-size: 120px;
@icons-text-size: 24px; @icons-text-size: 24px;
@ -180,7 +186,7 @@
} }
} }
} }
// XX not applied
#cp-main { #cp-main {
.cp-container { .cp-container {
.row.cp-index-section { .row.cp-index-section {

Loading…
Cancel
Save