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
+2 -2
View File
@@ -16,14 +16,14 @@ limitations under the License.
@mixin spacer {
width: 100%;
flex-grow: 1;
flex-grow: 0;
flex-shrink: 0;
}
.topSpacer {
@include spacer;
height: 10vh;
height: 20vh;
}
.bottomSpacer {