GeographicView.less 250 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@import '~antd/lib/style/themes/default.less';

.row {
  .item {
    width: 220px;
  }
  .item:first-child {
    margin-right: 8px;
  }
}

@media screen and (max-width: @screen-sm) {
  .item:first-child {
    margin: 0;
    margin-bottom: 8px;
  }
}