adding copyright notices and co

This commit is contained in:
Mohammad Naghavi 2016-02-12 09:13:25 +01:00
parent 4344b651bb
commit a175ced12a
3 changed files with 26 additions and 2 deletions

View file

@ -1,6 +1,6 @@
body > .container:first-child {
margin: 3rem auto;
margin: 3rem auto 0;
}
a {
@ -97,3 +97,10 @@ a {
display: none;
}
footer {
text-align: center;
}
footer small + small {
margin-left: 2rem;
}