summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-23 02:06:17 +0200
committerewy <ewy0@protonmail.com>2026-04-23 02:06:17 +0200
commit8cdf3768c9a3ff3a74b3b0163f1c89673f6ba8dc (patch)
treef9cd009a200bb2da27cdd3e29388c30b6fd3f090
parent98920f8ea2d62a4c70a3bb9d5e30864a028a4de3 (diff)
pad
-rw-r--r--terminal.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/terminal.css b/terminal.css
index 7788263..acf6a45 100644
--- a/terminal.css
+++ b/terminal.css
@@ -39,6 +39,10 @@ body {
}
}
+.terminal {
+ padding-top: 256px;
+}
+
.fakelink {
color: var(--foreground);
text-decoration: none;