mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Mobile css updates.
This commit is contained in:
parent
cdd7273194
commit
5f821461c2
7 changed files with 15 additions and 15 deletions
|
|
@ -14,9 +14,7 @@ export default function Layout({ title, children, header = true, footer = true }
|
|||
</Head>
|
||||
|
||||
{header && <Header />}
|
||||
<main className="container" dir={dir}>
|
||||
{children}
|
||||
</main>
|
||||
<main>{children}</main>
|
||||
{footer && <Footer />}
|
||||
<div id="__modals" dir={dir} />
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue