diff --git a/frontend/js/app/ui/header/main.ejs b/frontend/js/app/ui/header/main.ejs
index 7467ba1c..456db4ef 100644
--- a/frontend/js/app/ui/header/main.ejs
+++ b/frontend/js/app/ui/header/main.ejs
@@ -1,4 +1,4 @@
-
+
-
+
diff --git a/frontend/js/app/ui/menu/main.ejs b/frontend/js/app/ui/menu/main.ejs
index f978e52d..aec0ddc8 100644
--- a/frontend/js/app/ui/menu/main.ejs
+++ b/frontend/js/app/ui/menu/main.ejs
@@ -1,4 +1,4 @@
-
+
diff --git a/frontend/scss/custom.scss b/frontend/scss/custom.scss
index 4037dcf6..cc1e96e1 100644
--- a/frontend/scss/custom.scss
+++ b/frontend/scss/custom.scss
@@ -39,4 +39,13 @@ a:hover {
.col-login {
max-width: 48rem;
+}
+
+.page {
+ width: fit-content;
+ min-width: 100%;
+}
+
+table.card-table thead th {
+ vertical-align: top;
}
\ No newline at end of file