Blame view

frontend/web/css/_page.scss 343 Bytes
e97db116   Timur Kastemirov   index page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  .page-view {
    margin-top: 13px;
    p, h1, h2, h3, h4, h5, h6, table {
      margin-bottom: 15px;
      line-height: normal;
    }
    p {
      line-height: 16px;
    }
    img {
      opacity: 1 !important;
      vertical-align: top;
      max-width: 100%;
    }
    table {
      max-width: 100%;
    }
  }
  
  @media (max-width: 992px) {
  
  }
  
  @media (max-width: 767px) {
  
  }