From db3a7e67a42efa082d41eee69fd757c7cf2160fd Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Mon, 13 Jan 2025 17:30:47 -0600 Subject: [PATCH] fix --- assets/stylesheets/common/card.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/common/card.scss b/assets/stylesheets/common/card.scss index 0ee22b8..13fd8af 100644 --- a/assets/stylesheets/common/card.scss +++ b/assets/stylesheets/common/card.scss @@ -1,4 +1,5 @@ -body { +.rewind-report-container { + perspective: 1000px; --ambientAmount: 0.1; --easeAmount: 0; animation: ambientMovement; @@ -7,10 +8,6 @@ body { animation-timing-function: ease-in-out; } -.rewind-report-container { - perspective: 1000px; -} - .rewind-card { background-color: var(--secondary); border: 1px solid var(--primary-300);