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

@@ -11,6 +11,13 @@
classname="bd-partner-sponsor"
%}
{% endfor %}
<div class="bd-partner-sponsor is-text">
<span>
and
<br>
<a href="https://www.routerhosting.com/" target="_blank">RouterHosting</a>
</span>
</div>
</div>
</div>

View File

@@ -20,7 +20,14 @@
display: flex
justify-content: center
margin-right: 1rem
min-height: $carbon-height + $carbon-poweredby-height
// min-height: $carbon-height + $carbon-poweredby-height
min-height: 80px
text-align: center
&.is-text
color: $text-light
font-size: 0.75em
line-height: 1.25
min-height: 0
.bd-partnrs
background-color: $white-bis
@@ -95,4 +102,5 @@ $bd-partnrs-4: 1130px
.bd-partner
&.bd-is-carbon
margin-left: 3rem
.bd-partner-sponsors
min-height: $carbon-height + $carbon-poweredby-height

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 {

File diff suppressed because one or more lines are too long