Commit 9517c30d authored by youjie's avatar youjie

no message

parent 3f950f90
...@@ -193,13 +193,15 @@ ...@@ -193,13 +193,15 @@
.ladder-list{ .ladder-list{
flex: 1; flex: 1;
min-width: 460px; min-width: 460px;
/* max-width: 450px; */
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
margin-right: 40px; margin-right: 40px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.ladder-list:nth-child(3n){
margin-right: 0;
}
.ladder-list:last-child{ .ladder-list:last-child{
margin-right: 0; margin-right: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment