Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / app.component.scss
index 42ee3d2..7e34fea 100644 (file)
@@ -1,18 +1,29 @@
+// .main {
+//     .menu {
+//         .options {
+//             .home {
+//                 font-size: 25px;
+//             }
+//             .others {
+//                 // padding: 0 14px;
+//             }
+
+//         }
+//     }
+//     .sidemenu {
+//         mat-sidenav-container {
+//             height: 112vh;
+//         }
+//     }
+// }
+
 .main {
-    .menu {
-        .options {
-            .home {
-                font-size: 25px;
-            }
-            .others {
-                // padding: 0 14px;
-            }
+    margin: 0 auto;
+    padding-left: 0px;
+    padding-top: 0px;
+    height: auto;
+}
 
-        }
-    }
-    .sidemenu {
-        mat-sidenav-container {
-            height: 112vh;
-        }
-    }
+body {
+    margin: auto;
 }
\ No newline at end of file