Skip to content

Commit

Permalink
footer-fixed-at-bottom
Browse files Browse the repository at this point in the history
Signed-off-by: abinjustinkumaravel <[email protected]>
  • Loading branch information
abinjustinkumaravel committed Oct 6, 2024
1 parent 7c3f5e8 commit 43e1207
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3 class="text-2xl mb-4">{{ .firstName }} {{ .lastName }}</h3>
</div>
</div>
<!-- ROADMAP -->
<div id="roadmap" class="anchor anchor--roadmap">
<div id="roadmap" class="anchor h-fit anchor--roadmap">
<div class="bg-white">
<div id="roadmap-content" class="container pt-[40px] sm:pt-[120px] sm:pb-0 grid grid-cols-1 lg:grid-cols-2 gap-10">
<div id="roadmap-intro-column">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="bg-black text-base text-white-dark text-center py-8 w-screen fixed bottom-0 z-10">
<div class="bg-black text-base text-white-dark text-center py-8 bottom-0 z-10">
<div class="container">
<p>Copyright © Hiero a Series of LF Projects, LLC | For web site terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org" target="_blank" rel="noreferrer noopener" class="text-white-dark">https://lfprojects.org</a>.</p>
</div>
Expand Down
5 changes: 5 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,11 @@ video {
height: 100vh;
}

.h-fit {
height: -moz-fit-content;
height: fit-content;
}

.w-0\.5 {
width: 0.125rem;
}
Expand Down

0 comments on commit 43e1207

Please sign in to comment.