Update sponsors

This commit is contained in:
Jeremy Thomas
2019-02-07 18:03:02 +00:00
parent ee34157876
commit 74a3e1c7db
23 changed files with 364 additions and 97 deletions

View File

@@ -10518,7 +10518,7 @@ label.panel-block:hover {
padding: 3rem 1.5rem 6rem;
}
.bd-columns-tool, .bd-footer-donation-action, .bd-footer-star-figure {
.bd-columns-tool, .bd-footer-sponsor a, .bd-footer-donation-action, .bd-footer-star-figure {
align-items: center;
display: flex;
justify-content: center;
@@ -12069,7 +12069,7 @@ svg {
}
.bd-footer-support {
border-top: none;
border-top: 2px solid whitesmoke;
box-shadow: none;
padding: 3rem;
}
@@ -12086,6 +12086,10 @@ svg {
flex: none;
}
.bd-footer-sponsor a {
height: 70px;
}
@media screen and (min-width: 769px), print {
.bd-footer-donation {
width: 240px;
@@ -12508,7 +12512,7 @@ svg {
}
.bd-special-shadow {
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
height: 8px;
left: 0;
opacity: 0;
@@ -13540,12 +13544,9 @@ svg {
justify-content: space-between;
}
.bd-website {
margin-top: 3rem;
margin-bottom: 3rem;
width: calc(50% - 3rem);
}
.bd-website:nth-child(1) {
margin-top: 0;
}
.bd-website.bd-is-highlighted {
width: 100%;
}
@@ -14128,7 +14129,7 @@ svg {
}
.bd-book-banner {
background-color: #fafafa;
background-color: #00d1b2;
position: relative;
}