Add more info on the home page

This commit is contained in:
yflory
2018-10-15 17:36:03 +02:00
parent 947c9c5e40
commit 7d0d8352bf
5 changed files with 88 additions and 14 deletions

View File

@@ -21,6 +21,13 @@
margin-top: 6em;
}
}
& > .cp-container {
flex: 1;
display: flex;
flex-flow: column;
justify-content: space-around;
justify-content: space-evenly;
}
}
body {
font-family: "Open Sans", Helvetica;
@@ -181,9 +188,7 @@
}
}
.cp-crowdfunding {
width: 100%;
text-align: center;
.cp-index-block-help {
button {
outline: none;
background-color: @colortheme_logo-2;
@@ -198,6 +203,25 @@
}
}
.cp-index-block {
min-height: 100%;
& > div {
background: rgba(0,0,0,0.5);
margin: 0 5px;
padding: 15px 10px;
height: 100%;
display: flex;
flex-flow: column;
justify-content: space-evenly;
}
img {
margin: auto;
max-width: 70%;
background: white;
padding: 5px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.container {
padding-left: 0;