index.less 117 Bytes
Newer Older
徐立's avatar
徐立 committed
1 2 3 4 5

.content {
  //margin-top: 20px;
}

钟是志's avatar
钟是志 committed
6
@media screen and (max-width: 576px) {
徐立's avatar
徐立 committed
7 8 9 10
  .content {
    margin: 0 24px 0;
  }
}