summaryrefslogtreecommitdiffhomepage
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css
index 9af3266..72845f6 100644
--- a/src/index.css
+++ b/src/index.css
@@ -158,3 +158,7 @@ a:hover .contact:first-child + .contact { opacity: 1; }
filter: drop-shadow(-10px 5px 4px rgba(0, 0, 0, 0.8));
}
}
+
+pre {
+ max-width: 50vw;
+}