Small footer CSS update
All checks were successful
Docker Deploy / build-and-push (push) Successful in 57s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 57s
This commit is contained in:
parent
9a81c7ab04
commit
32fb006995
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pdsmanager",
|
||||
"type": "module",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
|
|
|
@ -57,7 +57,7 @@ export default function AuthWrapper() {
|
|||
<RefreshContext.Provider value={{ refresh, lastUpdate }}>
|
||||
<div className="w-full flex flex-col">
|
||||
<Header />
|
||||
<div className="min-h-[calc(100vh-64px)] p-2 sm:p-4">
|
||||
<div className="min-h-[calc(100vh-64px-52px)] p-2 sm:p-4">
|
||||
<div className="container mx-auto max-w-full">
|
||||
<TabView />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue