Small footer CSS update
All checks were successful
Docker Deploy / build-and-push (push) Successful in 57s

This commit is contained in:
Atridad Lahiji 2025-01-27 14:55:55 -06:00
parent 9a81c7ab04
commit 32fb006995
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "pdsmanager",
"type": "module",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"dev": "astro dev",
"build": "astro build",

View file

@ -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>