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:
@@ -29,7 +29,7 @@ a:hover, a:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
height: 50px;
|
height: 80px;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
Reference in New Issue
Block a user