summaryrefslogtreecommitdiffhomepage
path: root/src/index.css
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-16 16:49:14 -0400
committerrealtradam <[email protected]>2024-06-16 16:49:14 -0400
commitc72edf37baf307322b49b7c75c59d077dda9bc83 (patch)
treeadfd5bd8b318c2d0ac6c63c6c81848d6c35dfe1c /src/index.css
parentee6c193c97e29d1c41a0886b380f54d75bb3120c (diff)
downloadmalcz.com-c72edf37baf307322b49b7c75c59d077dda9bc83.tar.gz
malcz.com-c72edf37baf307322b49b7c75c59d077dda9bc83.zip
updated upload
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;
+}