mirror of
https://github.com/searxng/searxng.git
synced 2024-12-11 03:46:28 +00:00
c21a907cac
* base.html mostly implemented * stats.html implemented * about.html implemented * most of preferences.html implemented * using bootstrap.js
19 lines
328 B
CSS
19 lines
328 B
CSS
/* Sticky footer styles
|
|
-------------------------------------------------- */
|
|
|
|
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
body {
|
|
/* Margin bottom by footer height */
|
|
margin-bottom: 80px;
|
|
}
|
|
|
|
.footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
/* Set the fixed height of the footer here */
|
|
height: 40px;
|
|
}
|