mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 13:51:44 +00:00
barn doors
This commit is contained in:
@@ -37,7 +37,7 @@ function App() {
|
||||
return (
|
||||
<HelmetProvider>
|
||||
<HomeInfoProvider>
|
||||
<div className="app-container px-4 lg:px-10 flex flex-col min-h-screen">
|
||||
<div className={`app-container ${isSplashScreen ? "" : "px-4 lg:px-10"} flex flex-col min-h-screen`}>
|
||||
<main className="content max-w-[2048px] mx-auto w-full flex-grow flex flex-col">
|
||||
{!isSplashScreen && <Navbar />}
|
||||
<div className="flex-grow">
|
||||
|
||||
@@ -34,14 +34,12 @@ html {
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.splash-container {
|
||||
background-size: auto 100vh;
|
||||
background-position: center center;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.splash-container {
|
||||
background-size: auto 100%;
|
||||
padding: 0 15px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user