Fix hero content not aligned center of the screen on Windows

This commit is contained in:
chrox
2024-11-21 13:34:22 +01:00
parent 9bc11905f7
commit e0e6045d97
+1 -1
View File
@@ -102,7 +102,7 @@ const LibraryPage = () => {
/>
</div>
) : (
<div className='hero h-full items-center justify-center'>
<div className='hero h-screen items-center justify-center'>
<div className='hero-content text-neutral-content text-center'>
<div className='max-w-md'>
<h1 className='mb-5 text-5xl font-bold'>Your Library</h1>