summaryrefslogtreecommitdiff
path: root/terminal.css
diff options
context:
space:
mode:
Diffstat (limited to 'terminal.css')
-rw-r--r--terminal.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.css b/terminal.css
index 24a66ec..3fd72ad 100644
--- a/terminal.css
+++ b/terminal.css
@@ -38,13 +38,13 @@ body {
margin: auto;
font-family: monospace;
font-size: 1.2em;
+ height: auto;
& main {
display: flex;
flex-direction: column;
gap: 32px;
min-height: 120vh;
- height: auto;
}
& footer {