fixed headline in donation page
All checks were successful
continuous-integration/drone/push Build is passing

updates styles to use triangles for bullet points
added arguments for why using matrix
This commit is contained in:
Samuel Philipp 2020-12-06 13:04:49 +01:00
parent 58fc0e8d24
commit 7023a0f6be
4 changed files with 20 additions and 2 deletions

View file

@ -30,6 +30,10 @@ body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
list-style: disclosure-closed;
}
.content {
flex: 1;
padding: 2%;