bout to fix welcome

This commit is contained in:
ntr
2019-09-09 17:24:58 +10:00
parent 65c69199b9
commit 8c0b02e568
3 changed files with 25 additions and 0 deletions
+15
View File
@@ -112,4 +112,19 @@ section {
.demo {
margin-top: 5em;
.colour-info {
display: grid;
grid-template-columns: 2fr 1fr;
div {
display: flex;
}
}
svg {
flex: 1;
display: inline;
}
}