Added sponsors under footer.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user