Kirk Trombley 5 년 전
부모
커밋
b0d2c9b659
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      client/src/App.module.css

+ 1 - 2
client/src/App.module.css

@@ -7,7 +7,6 @@
 }
 
 .header {
-  justify-self: flex-start;
   width: 100%;
   display: block;
   text-align: center;
@@ -15,7 +14,7 @@
 }
 
 .footer {
-  justify-self: flex-end;
+  bottom: 0px;
   width: 100%;
   display: block;
   text-align: center;