diff options
Diffstat (limited to 'terminal.css')
| -rw-r--r-- | terminal.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/terminal.css b/terminal.css index 13464ac..24a66ec 100644 --- a/terminal.css +++ b/terminal.css @@ -44,6 +44,7 @@ body { flex-direction: column; gap: 32px; min-height: 120vh; + height: auto; } & footer { @@ -155,4 +156,4 @@ section { .bg-white { background-color: var(--white); -}
\ No newline at end of file +} |
