Explorar el Código

131644 change flex direction

soumaeda hace 2 años
padre
commit
989d103aa0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apps/app/src/components/Layout/NoLoginLayout.module.scss

+ 1 - 0
apps/app/src/components/Layout/NoLoginLayout.module.scss

@@ -8,6 +8,7 @@
   // layout
   // layout
   .page-wrapper {
   .page-wrapper {
     display: flex;
     display: flex;
+    flex-direction: row;
     align-items: center;
     align-items: center;
     height: 100vh;
     height: 100vh;
     margin-top: 0px;
     margin-top: 0px;