added donate page

added contact options to imprint
minor layout improvements
This commit is contained in:
Samuel Philipp 2020-12-05 02:25:37 +01:00
parent 7f15b0bc35
commit 538c4fea91
8 changed files with 114 additions and 17 deletions

View file

@ -84,11 +84,16 @@ a {
flex: 1;
}
.service {
position: relative;
.card {
background-color: #222;
border: 1px solid #fff;
padding: 1rem;
}
.service {
position: relative;
height: 100%;
padding: 0;
.link {
position: absolute;
@ -140,7 +145,6 @@ a {
.inner {
flex-direction: row;
//pointer-events: all;
text-decoration: none;
h2 {
@ -196,6 +200,7 @@ pre {
@media (max-width: 767.98px) {
.matrix-icon {
margin: 0 4px;
width: 2em;
height: 2em;
}