Parcourir la source

131644 change flex direction

soumaeda il y a 2 ans
Parent
commit
989d103aa0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
   .page-wrapper {
     display: flex;
+    flex-direction: row;
     align-items: center;
     height: 100vh;
     margin-top: 0px;