1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-08-04 15:47:33 +02:00

Fixed: Footer had wrong height after box-sizing was changed globally

This commit is contained in:
til-schneider
2015-12-23 19:42:20 +01:00
parent 2f1878803a
commit d262d2040a

View File

@@ -29,7 +29,7 @@ a:hover, a:active {
}
footer {
height: 50px;
height: 80px;
padding-top: 30px;
border-top: 1px solid #ddd;
color: #666;