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); }