Add router hosting

This commit is contained in:
Jeremy Thomas
2019-07-05 09:46:24 +01:00
parent 21c8940ebd
commit 3ff832e168
4 changed files with 30 additions and 4 deletions

View File

@@ -14176,7 +14176,15 @@ svg {
display: flex;
justify-content: center;
margin-right: 1rem;
min-height: 120px;
min-height: 80px;
text-align: center;
}
.bd-partner-sponsor.is-text {
color: #7a7a7a;
font-size: 0.75em;
line-height: 1.25;
min-height: 0;
}
.bd-partnrs {
@@ -14263,6 +14271,9 @@ svg {
.bd-partner.bd-is-carbon {
margin-left: 3rem;
}
.bd-partner-sponsors {
min-height: 120px;
}
}
@-webkit-keyframes fadeIn {