diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-23 02:06:17 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-23 02:06:17 +0200 |
| commit | 8cdf3768c9a3ff3a74b3b0163f1c89673f6ba8dc (patch) | |
| tree | f9cd009a200bb2da27cdd3e29388c30b6fd3f090 | |
| parent | 98920f8ea2d62a4c70a3bb9d5e30864a028a4de3 (diff) | |
pad
| -rw-r--r-- | terminal.css | 4 |
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; |
