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:
Norbert Maciaszek
2025-08-22 00:48:08 +02:00
parent 36cd1582cf
commit 37e0d00214
4 changed files with 190 additions and 261 deletions

View File

@@ -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. */}