Add margin under logo and app grid

pull/1/head
David Benqué 2020-10-23 20:08:26 +01:00
parent 10a97b5f00
commit df3366ed26
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -43,6 +43,9 @@
}
}
}
.cp-home-hero {
margin-bottom: 50px;
}
.cp-title {
display: flex;
align-items: center;