Skip to content
Snippets Groups Projects
Select Git revision
  • 429be7c378721fec7d0a692f7dc824f1800214dd
  • master default protected
  • Legacy_Php7
3 results

styles.css

Blame
  • styles.css 619 B
    body {
      padding: 50px;
    }
    section#components {
        padding-top: 0px;
    }
    .sidebar-nav {
      padding: 9px 0;
    }
    p {
      font-size: 18px;
    }
    .headerDoc {
      color: #005580;
    }
    span.note {
      font-size: 14px;
    }
    .source-area {
      width: 100%;
      height: 200px;
      background: #D9D9D9;
    }
    #css-download, #javascript-download {
      display: none;
    }
    @media (max-width: 978px) {
      .select2 {
        padding-left: 0px;
        float:left;
        width: 100%;
      }
      #fork-me {
        display: none;
      }
    }
    @media (max-width: 767px) {
       .tocify {
           padding-bottom: 20px;
       }
    }
    @media (max-width: 480px) {
       .hero-unit h1 {
           font-size: 30px;
       }
    }