Bläddra i källkod

Minor styling cleanup

Kirk Trombley 5 år sedan
förälder
incheckning
1f9935caaa
1 ändrade filer med 2 tillägg och 3 borttagningar
  1. 2 3
      client/src/App.css

+ 2 - 3
client/src/App.css

@@ -120,14 +120,14 @@
 
 .new-game {
   display: flex;
-  flex-flow: column nowrap;
+  flex-flow: column-reverse nowrap;
   justify-content: space-between;
 }
 
 .new-game__dropdown {
   position: relative;
   display: inline-block;
-  margin-bottom: 5px;
+  margin-top: 5px;
 }
 
 .new-game__dropdown-button {
@@ -187,7 +187,6 @@
   .pre-game {
     flex-flow: row nowrap;
     justify-content: space-around;
-    /* align-items: stretch; */
   }
 
   .pre-game__divider {