Blame view

client/stylesheets/module/_PageHeader.scss 154 Bytes
4c9b3dfc1   themeteorchef   cleaning up
1
2
3
4
5
6
7
8
9
10
11
12
13
  .page-header {
    margin-top: 0px;
  
    h4 {
      margin-top: 7px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .page-header {
      margin-top: 20px;
    }
  }