From ee129fd2f92adb5234ffa7737e14faf290bb859e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 16 Sep 2020 21:36:25 +0530 Subject: added alt to plip and fixed css footer --- app/templates/base.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index 5c06eba..33380b5 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -68,8 +68,8 @@

Features

@@ -119,7 +119,7 @@ html { list-style: none; line-height: 1.6; font-size: 14px; - margin-bottom: 0; + margin-top: 0; } .footer-dark ul a { @@ -128,6 +128,10 @@ html { opacity: 0.6; } +.footer-dark ul li { + margin-top: 10px; +} + .footer-dark ul a:hover { opacity: 0.8; } -- cgit v1.2.3