Footer copyright
This commit is contained in:
@@ -12,4 +12,14 @@
|
||||
width: 100%;
|
||||
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>
|
||||
<div className="footer">
|
||||
</div>
|
||||
<div className="footer__content">
|
||||
Aalto-yliopiston Sähköinsinöörikilta © 2018
|
||||
<div className="footer__copyright">
|
||||
<a>© Aalto-yliopiston Sähköinsinöörikilta ry</a>
|
||||
<a>webmaster: sik-vtmk@list.ayy.fi</a>
|
||||
</div>
|
||||
</React.Fragment>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user