This commit is contained in:
Wolfgang Hottgenroth 2018-05-11 15:19:58 +02:00
parent 1beba7dc32
commit fe6e5ba314
No known key found for this signature in database
GPG Key ID: 656C88C7C1734267

View File

@ -42,7 +42,21 @@ body {
} }
.footer { .footer {
padding: 15px;
font-size: 12px; font-size: 12px;
background-color: #f1f1f1 background-color: #f1f1f1;
} overflow: hidden;
}
.footer a {
float: left;
display: block;
color: #333;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.footer a:hover {
background-color: #ddd;
color: black;
}