Added sponsors under footer.

This commit is contained in:
Greenscreener
2019-09-08 10:58:03 +02:00
parent 8c8924b07d
commit 3dcbe47512
7 changed files with 274 additions and 3 deletions
+17 -1
View File
@@ -56,6 +56,9 @@ $primary: #0b2a37;
text-align: center;
font-family: 'Fira Code';
font-size: smaller;
h2 {
color: $primary-invert;
}
}
.author-media {
margin-bottom: 15px;
@@ -171,5 +174,18 @@ h2 a {
bottom: 0;
}
}
.sponsors {
padding-top: 30px;
}
.sponsor {
display: flex;
justify-content: center;
a {
display: flex;
&:hover {
transform: scale(1.07);
transition: transform 0.4s;
}
}
}
// /Custom styles