widen footer and increase logo size
This commit is contained in:
parent
8cd7f29107
commit
d883adc0ea
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Reference in New Issue