widen footer and increase logo size

This commit is contained in:
Karol Wypchlo 2020-02-13 19:27:13 -05:00
parent 8cd7f29107
commit d883adc0ea
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default function Footer() {
<div className="width"> <div className="width">
<Fade duration={700} distance="40px" bottom> <Fade duration={700} distance="40px" bottom>
<div className="footer-column"> <div className="footer-column">
<Built /> <Built width={120} height={120} preserveAspectRatio={'xMinYMin'}/>
</div> </div>
</Fade> </Fade>

View File

@ -11,6 +11,8 @@
} }
.width { .width {
max-width: 1200px;
@media (min-width: $largebp) { @media (min-width: $largebp) {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;