logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

footer.less (275B)


  1. // Sticky footer styles
  2. html {
  3. position: relative;
  4. min-height: 100%;
  5. }
  6. body {
  7. /* Margin bottom by footer height */
  8. margin-bottom: 80px;
  9. }
  10. .footer {
  11. position: absolute;
  12. bottom: 0;
  13. width: 100%;
  14. /* Set the fixed height of the footer here */
  15. height: 60px;
  16. }