chenlei 6 달 전
부모
커밋
e4ce27b756
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      style/index.scss

+ 4 - 0
style/index.scss

@@ -449,6 +449,10 @@ body {
     align-items: baseline;
   }
 
+  .flex-end {
+    align-items: flex-end;
+  }
+
   .center {
     @extend %center
   }