Project

General

Profile

1
@import 'src/styles';
2

    
3
.pie {
4
  float: right !important;
5
}
6

    
7

    
8
@media screen and (max-width: 575px) {
9
  .pie {
10
    margin-top: 1rem !important;
11
    float: left !important;
12
  }
13
}
(2-2/4)