mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
//
|
|
// Sticky Footer
|
|
// --------------------------------------------------
|
|
// make sure to set .sticky-footer()
|
|
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
.wrapper {
|
|
min-height: 100%;
|
|
height: auto !important;
|
|
height: 100%;
|
|
}
|
|
|
|
//.footer { min-width: 990px; } // necessary fix for non-responsive layouts
|
|
|
|
.sticky-footer(90px, 40px, 40px, 60px); // sets default values for sticky footer
|