+
@Body
-
+
diff --git a/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css b/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css
index 130addbf..6f832ab3 100644
--- a/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css
+++ b/MP-TAB/MP-TAB/Components/Layout/MainLayout.razor.css
@@ -36,16 +36,29 @@ main {
overflow: hidden;
text-overflow: ellipsis;
}
+
@media (min-width: 640.98px) {
.slideMen:not(.auth) {
display: none;
}
+
+ #mainBody {
+ width: 83%;
+ }
}
+
+
+
+
@media (max-width: 640.98px) {
.top-row:not(.auth) {
display: none;
}
+ #mainBody {
+ width: 100%;
+ }
+
.top-row.auth {
justify-content: space-between;
}