diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-25 13:08:28 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-25 13:08:28 -0400 |
| commit | f2bcc1df6ef43a6021adfcd380fc899ca8e6533a (patch) | |
| tree | 32596fbd0dc2f46fbca7e79b3b03e81eaae81be9 /site | |
| parent | 1f3049300fdbdf4480681eb3c5d7803bef454b73 (diff) | |
| download | automathon-f2bcc1df6ef43a6021adfcd380fc899ca8e6533a.tar.gz automathon-f2bcc1df6ef43a6021adfcd380fc899ca8e6533a.zip | |
min-height for editor
Diffstat (limited to 'site')
| -rw-r--r-- | site/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/main.css b/site/main.css index 4da90c3..62b5179 100644 --- a/site/main.css +++ b/site/main.css @@ -18,6 +18,7 @@ html { #code #src { width: 100%; + min-height: 25ex; margin-top: 1ex; padding: 1em; border: 2px inset lightgray; |
