手机端怎样改成2个一行?
在salvattore.css里面改,把
@media screen and (max-width: 480px) {
.column { float: none; position: relative; clear: both; }
}改成
@media screen and (max-width: 319px) {
.column { float: none; position: relative; clear: both; }
}把
@media screen and (max-width: 450px) {
#fh5co-board[data-columns]::before { content: '1 .column'; }
}改成
@media screen and (max-width: 450px) {
#fh5co-board[data-columns]::before { content: '2 .column.size-1of2'; }
}ok