summaryrefslogtreecommitdiff
path: root/src/css/editor.css
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 17:06:57 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-04 17:06:57 -0700
commit8288d086480d88ac4237f19c194d5829157bac38 (patch)
tree2e5fdc5e9367dcfad7db2df6c444d1d92fd26262 /src/css/editor.css
parentccc1e182cf72916c9cdc4f10043048aa01a63390 (diff)
downloadthe-abstraction-engine-8288d086480d88ac4237f19c194d5829157bac38.tar.gz
the-abstraction-engine-8288d086480d88ac4237f19c194d5829157bac38.zip
working lambda editor
Diffstat (limited to 'src/css/editor.css')
-rw-r--r--src/css/editor.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/editor.css b/src/css/editor.css
index 9b1588e..8ce5a81 100644
--- a/src/css/editor.css
+++ b/src/css/editor.css
@@ -2,7 +2,7 @@
.code {
width: 100%;
- font-size: 1.5rem;
+ font-size: 1.25rem;
}
.syntax-error {