diff --git a/src/index.css b/src/index.css index ce69093..70a7c48 100644 --- a/src/index.css +++ b/src/index.css @@ -27,9 +27,13 @@ html { .content { - padding: 1.5rem; - z-index: 1; - width: 100%; + padding: 1.5rem; + z-index: 1; + width: 100%; + min-height: 100vh; + display: flex; + flex-direction: column; + justify-content: space-between; } a {