Remove no-op CSS rule
This commit is contained in:
parent
bd1effe313
commit
32a30de676
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user