summaryrefslogtreecommitdiff
path: root/godel/css
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-17 12:09:44 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-17 12:09:44 -0700
commita54a7ba7c95965268d7a2a3c64a6a6c599fdb9da (patch)
tree42b734b02c02fe2da24ee820008d59039fb2798c /godel/css
parent7d897cb2b5f3292c403700dbac98f79f1052422b (diff)
downloadsimponic.xyz-a54a7ba7c95965268d7a2a3c64a6a6c599fdb9da.tar.gz
simponic.xyz-a54a7ba7c95965268d7a2a3c64a6a6c599fdb9da.zip
finish compiler!
Diffstat (limited to 'godel/css')
-rw-r--r--godel/css/styles.css11
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;
+ }
+}