Skip to content

Commit

Permalink
fix footer position
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan committed May 10, 2024
1 parent f3bf655 commit 0b19303
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/articles/htmx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Working with HTMX"
+++

To add HTMX to a project.
3 changes: 3 additions & 0 deletions docs/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ body {
line-height: 1.6;
margin: 0;
min-height: 100vh;
display: grid;
grid-template-columns: 1fr;
}

h1, h2, h3 {
Expand All @@ -28,6 +30,7 @@ pre {
main {
inline-size: min(90%, 80ch);
margin-inline: auto;
max-inline-size: 100vw;
}

footer {
Expand Down

0 comments on commit 0b19303

Please sign in to comment.