diff options
| author | realtradam <[email protected]> | 2024-06-16 16:49:14 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-16 16:49:14 -0400 |
| commit | c72edf37baf307322b49b7c75c59d077dda9bc83 (patch) | |
| tree | adfd5bd8b318c2d0ac6c63c6c81848d6c35dfe1c /src/index.css | |
| parent | ee6c193c97e29d1c41a0886b380f54d75bb3120c (diff) | |
| download | malcz.com-c72edf37baf307322b49b7c75c59d077dda9bc83.tar.gz malcz.com-c72edf37baf307322b49b7c75c59d077dda9bc83.zip | |
updated upload
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 4 |
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; +} |
