@ -159,7 +159,7 @@ define([
h('div#cp-main', [
Pages.infopageTopbar(),
h('div.container.cp-container', [
h('div.row', [
h('div.row.cp-home-hero', [
h('div.cp-title.col-md-7', [
h('img', { src: '/customize/CryptPad_logo.svg?' + urlArgs }),
h('h1', 'CryptPad'),
@ -43,6 +43,9 @@
}
.cp-home-hero {
margin-bottom: 50px;
.cp-title {
display: flex;
align-items: center;