Merge pull request #128 from arc53/main

tiny fix for #5
This commit is contained in:
Alex 2023-02-25 12:12:33 +00:00 committed by GitHub
commit d08d8be0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ export default function Navigation({
<div <div
className={`${ className={`${
navState === 'INACTIVE' && '-ml-96 md:-ml-[14rem] lg:-ml-80' navState === 'INACTIVE' && '-ml-96 md:-ml-[14rem] lg:-ml-80'
} fixed z-20 flex h-full w-72 flex-col border-r-2 bg-gray-50 transition-all duration-200 lg:w-96`} } fixed z-20 flex h-full w-72 flex-col border-r-2 bg-gray-50 transition-all duration-200 lg:w-60`}
> >
<div className={'h-16 w-full border-b-2'}> <div className={'h-16 w-full border-b-2'}>
<button <button