From 086998ac4b173b09c3b95fb0dbb091c533b91cc0 Mon Sep 17 00:00:00 2001 From: Chad Palmer Date: Fri, 4 Dec 2020 13:17:55 -0600 Subject: [PATCH] fixed expanding cards transitions for Safari browsers --- expanding-cards/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expanding-cards/style.css b/expanding-cards/style.css index ac1ed82..a6fe024 100644 --- a/expanding-cards/style.css +++ b/expanding-cards/style.css @@ -30,7 +30,7 @@ body { flex: 0.5; margin: 10px; position: relative; - transition: flex 0.7s ease-in; + -webkit-transition: all 700ms ease-in; } .panel h3 {