2
0
mirror of synced 2025-02-22 17:08:09 +00:00

Sponsors => Supported by, mobile optimization

This commit is contained in:
Ben Morrow 2017-05-26 08:14:10 -07:00
parent e9f4e29ee9
commit c484c82724
2 changed files with 15 additions and 6 deletions

View File

@ -1,18 +1,27 @@
/* Added all new CSS to main.css, but please keep adding your own CSS here. Thanks in Advance! */
.sponsors {
.supported-by {
text-align: center;
padding: 52px 0 0 0;
}
.sponsors img {
.supported-by img {
height: 65px; /* smaller than real size to provide for retina devices */
filter: grayscale(100%);
}
.sponsors img:hover {
.supported-by img:hover {
filter: none;
}
.sponsors a:not(:first-child) {
@media (min-width: 568px) {
.supported-by a:not(:first-child) {
margin-left: 48px;
}
}
@media (max-width: 568px) {
.supported-by a {
display: block;
}
}

View File

@ -299,8 +299,8 @@
</div>
<div class="section">
<h2>Sponsors</h2>
<div class="sponsors">
<h2>Supported By</h2>
<div class="supported-by">
<a href="https://blockgeeks.com" target="_blank"><img src="img/sponsors/blockgeeks.png" /></a>
<a href="https://www.b9lab.com/" target="_blank"><img src="img/sponsors/b9lab.png" /></a>
</div>