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">
|
||||
<Fade duration={700} distance="40px" bottom>
|
||||
<div className="footer-column">
|
||||
<Built />
|
||||
<Built width={120} height={120} preserveAspectRatio={'xMinYMin'}/>
|
||||
</div>
|
||||
</Fade>
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
}
|
||||
|
||||
.width {
|
||||
max-width: 1200px;
|
||||
|
||||
@media (min-width: $largebp) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Reference in New Issue