Kirk Trombley vor 5 Jahren
Ursprung
Commit
b0d2c9b659
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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;