[microsite] Add CNCF logo (#2511)

This commit is contained in:
Stefan Ålund
2020-09-18 11:24:51 +02:00
committed by GitHub
parent bc48f67508
commit 6341af5b31
4 changed files with 26 additions and 0 deletions
+11
View File
@@ -1070,3 +1070,14 @@ code {
margin: auto;
}
}
.cncf-block {
text-align: center;
}
.cncf-logo {
background: center no-repeat url(../img/cncf-white.svg);
width: 100%;
height: 100px;
margin-bottom: 40px;
}