Add matrix logo

This commit is contained in:
Jorik Schellekens
2020-06-25 02:01:53 +01:00
parent bb28571969
commit 7d9a9904f5
9 changed files with 91 additions and 9 deletions
+4 -2
View File
@@ -17,8 +17,9 @@ limitations under the License.
.createLinkTile {
background: none;
> * {
margin: 12px 0;
row-gap: 24px;
* {
width: 100%;
}
@@ -26,5 +27,6 @@ limitations under the License.
display: grid;
row-gap: 24px;
align-self: center;
padding: 0 30px;
}
}