From 217b62e69adcd6cc9daabcb0abaad7720954706e Mon Sep 17 00:00:00 2001 From: William Tran Date: Mon, 26 Jul 2021 21:32:47 -0400 Subject: [PATCH] Styling changes from PR comments --- components/OrganizedContent.module.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index 699e654e..cc32895f 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -119,11 +119,9 @@ } @media only screen and (max-width: calc(768rem / 16)) { - .burger { - display: flex; - } .burger { + display: flex; position: fixed; border: none; bottom: calc(32rem / 16); @@ -134,7 +132,7 @@ z-index: 10; background: var(--light-blue-2); border-radius: calc(5rem / 16); - transition: transform 0.6s ease-in-out; + transition: transform 0.3s ease-in-out; transform: translateY(calc(94rem / 16)); padding: calc(11rem / 16) calc(9rem / 16); }