Skip to content
Snippets Groups Projects
main.css 337 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    
    .page-footer, nav {
      background-color: #5B78FD;
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    }
    
    footer {
    
      color: #fff;
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    }
    
    
    footer a, footer a:hover {
        color: #000;
    
    header, main, .page-footer {
      padding-left: 300px;
    
    @media only screen and (max-width : 992px) {
      header, main, .page-footer {
        padding-left: 0;
      }
    
    #body {
      font-size: 1.25rem;
      font-weight: 300;
    }