Footer code corrections

This commit is contained in:
Tom Slominski
2015-03-08 15:34:35 +00:00
parent 0f2e159382
commit 1689d330d2
2 changed files with 5 additions and 5 deletions

View File

@@ -260,17 +260,17 @@ svg#url-qr-code {
}
/* Footer */
.footer {
.site-footer {
text-align: center;
border-top: 2px solid #000;
}
.footer p {
.site-footer p {
font-size: 1.2rem;
margin: 0;
}
.footer a:hover {
.site-footer a:hover {
text-decoration: none;
border-bottom: dashed 1px #013F6D;
}