Fix mobile app links and add legal

This commit is contained in:
louis-lau 2018-06-06 00:06:59 +02:00
commit d639789d1f
2 changed files with 48 additions and 23 deletions

View file

@ -274,12 +274,33 @@ ol {
background: #000;
}
.badges {
display: inline-block;
width: 200px;
}
.badges img {
max-width: 100%;
height: auto;
}
.apple-badge img {
width: 88%;
margin: 6%;
}
.madeby-container {
padding: 150px 0;
color: #000;
background: #fff;
}
.legal {
font-size: 12px;
margin: 50px 0 30px 0;
color: #a0a0a0;
}
/* Fancy css loader */
.loader {
position: relative;