mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-17 13:02:05 +00:00
Fix #334
This commit is contained in:
parent
ed65f3a648
commit
74fc6aa81b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ body {
|
||||||
|
|
||||||
/* Set the fixed height of the footer here */
|
/* Set the fixed height of the footer here */
|
||||||
#footer {
|
#footer {
|
||||||
height: 60px;
|
min-height: 60px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue