diff --git a/litl/templates/base.html b/litl/templates/base.html index a2084e3..97f4626 100644 --- a/litl/templates/base.html +++ b/litl/templates/base.html @@ -13,12 +13,12 @@ -
+
@@ -44,6 +44,56 @@ Code
+ + + diff --git a/static/css/base.css b/static/css/base.css index 8dcc8be..f6a310b 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -5,3 +5,8 @@ body{ h1{ color:#FFFFFF; } + +.footer{ + position: fixed; + bottom: 20px; +}