feat: enhance layout and navbar components for improved user experience; add padding to main content, update navbar structure with floating navigation, and refine search functionality
This commit is contained in:
@@ -54,7 +54,7 @@ export const TrackedMovies: FC<Props> = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<section className="bg-gray-900/50 border-b border-gray-800">
|
||||
<section className="blockp bg-gray-900/50 border-b border-gray-800">
|
||||
<div className="container py-6">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-6">
|
||||
{/* Currently in cinemas. */}
|
||||
|
||||
Reference in New Issue
Block a user