Project

General

Profile

1
@import 'src/styles';
2

    
3
pre {
4
  width: 900px !important;
5
}
6

    
7
@media (max-width: 991px) {
8

    
9
  pre {
10
    width: 420px !important;
11
  }
12

    
13
}
(2-2/4)