diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-26 17:43:04 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-26 17:43:04 -0600 |
commit | 079cf656826fd5ae9ba0e4d2583fa3986e65fdf1 (patch) | |
tree | aca6ebead795493b8847957160f8e3ffdd1d5b4e /css | |
parent | d553553d1a6c15a10f78010ead9963772868e3be (diff) | |
download | simponic.xyz-079cf656826fd5ae9ba0e4d2583fa3986e65fdf1.tar.gz simponic.xyz-079cf656826fd5ae9ba0e4d2583fa3986e65fdf1.zip |
Add julia viewer
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 82ec524..0170cca 100644 --- a/css/styles.css +++ b/css/styles.css @@ -13,7 +13,7 @@ body { .profile-picture { width: 100%; border-radius: 50%; - max-width: 600px; + max-width: 40vh; box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); } |