diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-17 12:09:44 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-17 12:09:44 -0700 |
commit | a54a7ba7c95965268d7a2a3c64a6a6c599fdb9da (patch) | |
tree | 42b734b02c02fe2da24ee820008d59039fb2798c /godel/css | |
parent | 7d897cb2b5f3292c403700dbac98f79f1052422b (diff) | |
download | simponic.xyz-a54a7ba7c95965268d7a2a3c64a6a6c599fdb9da.tar.gz simponic.xyz-a54a7ba7c95965268d7a2a3c64a6a6c599fdb9da.zip |
finish compiler!
Diffstat (limited to 'godel/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 b9c5c10..799e183 100644 --- a/godel/css/styles.css +++ b/godel/css/styles.css @@ -69,3 +69,14 @@ hr { border-top: 2px solid black; border-bottom: none; } + +pre { + white-space: pre-wrap; + word-wrap: break-word; +} + +@media only screen and (max-width: 1000px) { + .source-container { + flex-direction: column; + } +} |