|
@@ -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 {
|