diff --git a/app/(homescreens)/layout.module.css b/app/(homescreens)/layout.module.css index d802b0c..47f33a3 100644 --- a/app/(homescreens)/layout.module.css +++ b/app/(homescreens)/layout.module.css @@ -1,7 +1,6 @@ - .bottomBarNavHeight { - height: var(--bottom-bar-height); + height: var(--bottom-bar-height); } .childrenHeight { - height: calc(100vh - var(--bottom-bar-height)); + height: calc(100vh - var(--bottom-bar-height)); }