forked from samuel-p/sp-codes.de
added donate page
added contact options to imprint minor layout improvements
This commit is contained in:
parent
7f15b0bc35
commit
538c4fea91
8 changed files with 114 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue