Fix inconsistent spacing

This commit is contained in:
Nicolas Mowen 2024-03-27 19:22:20 -06:00 committed by GitHub
parent f3abc590e7
commit 2e5b7cf33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,7 +206,7 @@ export default function EventView({
return (
<div className="flex flex-col size-full">
<div className="h-10 relative flex justify-between items-center m-2">
<div className="h-10 relative flex justify-between items-center mx-2">
{isMobile && (
<Logo className="absolute inset-y-0 inset-x-1/2 -translate-x-1/2 h-8" />
)}