From 7c3f5e8d6feeb6c342b951c0a350f7be8ae7c3d7 Mon Sep 17 00:00:00 2001 From: abinjustinkumaravel Date: Fri, 4 Oct 2024 02:50:14 +0530 Subject: [PATCH] Footer fixed on the bottom always --- assets/css/main.css | 2 +- hugo.toml => config.toml | 0 layouts/_default/baseof.html | 2 +- layouts/partials/footer.html | 2 +- package-lock.json | 2 +- static/css/main.css | 14 +++++++++++++- 6 files changed, 17 insertions(+), 5 deletions(-) rename hugo.toml => config.toml (100%) diff --git a/assets/css/main.css b/assets/css/main.css index 6453336..aa26f6e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -14,7 +14,7 @@ header { } footer { - border-top: 1px solid theme('colors.black'); + /* border-top: 1px solid theme('colors.black'); */ } a { diff --git a/hugo.toml b/config.toml similarity index 100% rename from hugo.toml rename to config.toml diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9d6a3aa..6584b7d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 28fc8e6..272f5ce 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ -
+

Copyright © Hiero a Series of LF Projects, LLC | For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.

diff --git a/package-lock.json b/package-lock.json index 81890b9..ab5743d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "hiero", + "name": "website", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/static/css/main.css b/static/css/main.css index bd92a45..6e8e3fb 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -605,6 +605,10 @@ video { right: 0px; } +.bottom-0 { + bottom: 0px; +} + .left-0 { left: 0px; } @@ -650,6 +654,10 @@ video { margin-bottom: 2.5rem; } +.mb-2 { + margin-bottom: 0.5rem; +} + .mb-2\.5 { margin-bottom: 0.625rem; } @@ -794,6 +802,10 @@ video { width: 100%; } +.w-screen { + width: 100vw; +} + .max-w-\[390px\] { max-width: 390px; } @@ -1225,7 +1237,7 @@ header { } footer { - border-top: 1px solid #1E1E1E; + /* border-top: 1px solid theme('colors.black'); */ } a {