diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 4057521..0f6e519 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -192,7 +192,7 @@

{{ .firstName }} {{ .lastName }}

-
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 272f5ce..c48a83e 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/static/css/main.css b/static/css/main.css index 6e8e3fb..d497d56 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -766,6 +766,11 @@ video { height: 100vh; } +.h-fit { + height: -moz-fit-content; + height: fit-content; +} + .w-0\.5 { width: 0.125rem; }