Add margin under logo and app grid

pull/1/head
David Benqué 4 years ago
parent 10a97b5f00
commit df3366ed26

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

Loading…
Cancel
Save