diff --git a/Double Click Heart/style.css b/Double Click Heart/style.css index 01da57c..c6bc9bb 100644 --- a/Double Click Heart/style.css +++ b/Double Click Heart/style.css @@ -35,7 +35,7 @@ small { cursor: pointer; max-width: 100%; position: relative; - box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); + box-shadow: 0 15px 29px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.24); } .loveMe .fa-heart { @@ -49,4 +49,4 @@ small { transform: translate(-50%, -50%) scale(10); opacity: 0; } -} \ No newline at end of file +}