diff --git a/.DS_Store b/.DS_Store index f95237c..dce3b84 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/tactical-watermarks/style.css b/tactical-watermarks/style.css index bf58cd4..db48aa7 100644 --- a/tactical-watermarks/style.css +++ b/tactical-watermarks/style.css @@ -169,5 +169,9 @@ li{ } img{ - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19); +} + +.workimg{ + padding: 0 0 0 0; }