Footer copyright
This commit is contained in:
@@ -12,4 +12,14 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__copyright {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 0 43rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,8 +9,9 @@ class Footer extends React.Component<FooterProps, FooterState> {
|
|||||||
return <React.Fragment>
|
return <React.Fragment>
|
||||||
<div className="footer">
|
<div className="footer">
|
||||||
</div>
|
</div>
|
||||||
<div className="footer__content">
|
<div className="footer__copyright">
|
||||||
Aalto-yliopiston Sähköinsinöörikilta © 2018
|
<a>© Aalto-yliopiston Sähköinsinöörikilta ry</a>
|
||||||
|
<a>webmaster: sik-vtmk@list.ayy.fi</a>
|
||||||
</div>
|
</div>
|
||||||
</React.Fragment>;
|
</React.Fragment>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user