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;