diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-11-16 19:06:35 -0700 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-11-16 19:06:35 -0700 |
commit | 56bf4878236f5464ba19d27b4342fa2a3a99eac6 (patch) | |
tree | 5ae8713f19fb9edb67fb6f53cb768501f594fa5e /godel/css/styles.css | |
parent | ec2b924fdac0b609c2bda4e857113674965732af (diff) | |
download | simponic.xyz-56bf4878236f5464ba19d27b4342fa2a3a99eac6.tar.gz simponic.xyz-56bf4878236f5464ba19d27b4342fa2a3a99eac6.zip |
add compiler
Diffstat (limited to 'godel/css/styles.css')
-rw-r--r-- | godel/css/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/godel/css/styles.css b/godel/css/styles.css index 8820b40..b9c5c10 100644 --- a/godel/css/styles.css +++ b/godel/css/styles.css @@ -39,10 +39,21 @@ body { border: 2px solid white; border-radius: 0.25rem; padding: 1rem; + flex: 1; +} + +.source-container { + display: flex; + flex-direction: row; + gap: 1rem; + height: 100%; } textarea { border-radius: 0.25rem; +} + +.CodeMirror { height: 50vh; } |