Remove no-op CSS rule

This commit is contained in:
Kenneth Allen 2021-10-22 17:56:13 +11:00
parent bd1effe313
commit 32a30de676

View File

@ -11,12 +11,10 @@
.wonder-distant { .wonder-distant {
display: flex; display: flex;
flex-flow: row nowrap;
justify-content: center; justify-content: center;
} }
.wonder-neighbors { .wonder-neighbors {
display: flex; display: flex;
flex-flow: row nowrap;
justify-content: space-between; justify-content: space-between;
} }
.wonder-center { .wonder-center {