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 {
display: flex;
flex-flow: row nowrap;
justify-content: center;
}
.wonder-neighbors {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
.wonder-center {