Add a presentation of Plume and of the instance on the homepage

Fixes #132
This commit is contained in:
Bat
2018-07-27 22:16:17 +02:00
parent 0926a1d3b5
commit ed8982b7fd
16 changed files with 295 additions and 6 deletions
+32
View File
@@ -38,6 +38,10 @@ small {
padding: 5em;
}
.spaced {
margin: 4rem 0;
}
/*
* == Header ==
*/
@@ -509,6 +513,34 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
overflow: hidden;
}
/* Presentation */
.presentation > h2, .presentation > a {
text-align: center;
}
.presentation > a {
font-size: 1.2em;
margin: 1em;
}
/* Stats */
.stats {
display: flex;
justify-content: space-around;
margin: 2em;
}
.stats > div {
display: flex;
flex-direction: column;
text-align: center;
}
.stats em {
text-align: center;
font-weight: bold;
}
/* ================= *
* Small Screens *
* ================= */