mirror of
https://github.com/djohnlewis/stackdump
synced 2024-12-04 23:17:37 +00:00
Added missing padding before footer for pages longer than screen height.
This commit is contained in:
parent
cda1690be4
commit
a4dd607dcc
@ -41,6 +41,7 @@ html, body {
|
||||
/* leave enough gap for the topbar */
|
||||
#content {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
|
Loading…
Reference in New Issue
Block a user