Kirk Trombley 5 gadi atpakaļ
vecāks
revīzija
b0d2c9b659
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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;