From fd2e637e92dc3099413517f1fa87998d5c83a28a Mon Sep 17 00:00:00 2001 From: desmukh Date: Fri, 3 Feb 2023 17:30:51 +0500 Subject: [PATCH] make footer expand to fill empty vertical space --- parts/footer.html | 6 +++--- style.css | 18 ++++++++++++++++++ templates/about.html | 2 +- templates/blog.html | 2 +- templates/index.html | 2 +- templates/our-work.html | 2 +- templates/services.html | 2 +- templates/single.html | 2 +- 8 files changed, 27 insertions(+), 9 deletions(-) diff --git a/parts/footer.html b/parts/footer.html index 37cc985..1332790 100644 --- a/parts/footer.html +++ b/parts/footer.html @@ -1,7 +1,7 @@ - + - \ No newline at end of file + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 2f5a157..9f5f95c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,4 +25,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/our-work.html b/templates/our-work.html index b0f9097..268ce12 100644 --- a/templates/our-work.html +++ b/templates/our-work.html @@ -35,4 +35,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/services.html b/templates/services.html index 9a2e255..69307d1 100644 --- a/templates/services.html +++ b/templates/services.html @@ -24,4 +24,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/single.html b/templates/single.html index d40b426..78e6cea 100644 --- a/templates/single.html +++ b/templates/single.html @@ -26,4 +26,4 @@ - \ No newline at end of file + \ No newline at end of file