diff --git a/src/home/RegisteredView.tsx b/src/home/RegisteredView.tsx index 921ee0da..4e7b151c 100644 --- a/src/home/RegisteredView.tsx +++ b/src/home/RegisteredView.tsx @@ -114,15 +114,15 @@ export function RegisteredView({ client }: Props) { return ( <> -
- - - - - - -
+
+ + + + + + +
diff --git a/src/home/UnauthenticatedView.tsx b/src/home/UnauthenticatedView.tsx index 82839ff7..e001c5a8 100644 --- a/src/home/UnauthenticatedView.tsx +++ b/src/home/UnauthenticatedView.tsx @@ -148,15 +148,15 @@ export const UnauthenticatedView: FC = () => { return ( <> -
- - - - - - -
+
+ + + + + + +
diff --git a/src/home/common.module.css b/src/home/common.module.css index 5a7cf350..a3e84eee 100644 --- a/src/home/common.module.css +++ b/src/home/common.module.css @@ -16,7 +16,7 @@ limitations under the License. .container { display: flex; - min-height: calc(100% - 64px); + min-height: 100%; flex-direction: column; justify-content: space-between; } @@ -42,8 +42,4 @@ limitations under the License. .logo { display: none; } - - .container { - min-height: calc(100% - 76px); - } }