Project

General

Profile

1
@import 'src/styles';
2

    
3
.left-panel {
4
  padding: 30px;
5
  position: sticky;
6
  top: 0;
7
}
8

    
9

    
10
@media (min-width: 961px) and (max-width: 990px) {
11
  .left-panel {
12
    padding: 30px 10px;
13
  }
14
}
(2-2/4)