mirror of
https://github.com/searxng/searxng.git
synced 2026-06-09 19:37:50 +02:00
oscar template: using less to generate oscar.min.css
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// 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: 60px;
|
||||
}
|
||||
Reference in New Issue
Block a user