Skip to content
Snippets Groups Projects
Select Git revision
  • 9564bbd0dbafc0525ade77da578bae2c50b9a37b
  • master default protected
  • v11
  • 3.4.1
4 results

bower.json

Blame
  • extra_sizing.pcss 439 B
    .footer-section {
      height: 981px;
    }
    
    .person-box-medium {
      max-width: 485px;
      width: 485px;
    }
    
    .person-box {
      width: 520px;
    }
    
    .person-box-big {
      max-width: 576px;
      width: 576px;
    }
    
    .photo-header {
      height: 36rem;
    }
    @media (min-width: 1920px) {
      .photo-header {
        height: 40rem;
      }
    }
    @media (min-width: 2000px) {
      .photo-header {
        height: 45rem;
      }
    }
    @media (min-width: 2160px) {
      .photo-header {
        height: 60rem;
      }
    }