GeographicView.less 301 Bytes
Newer Older
1 2 3 4
@import '~antd/lib/style/themes/default.less';

.row {
  .item {
jim's avatar
jim committed
5 6
    max-width: 220px;
    width: 50%;
7 8 9
  }
  .item:first-child {
    margin-right: 8px;
jim's avatar
jim committed
10
    width: ~'calc(50% - 8px)';
11 12 13 14 15 16 17 18 19
  }
}

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