Skip to content
  • This project
    • Loading...
  • Sign in

Commonwell / broker-site

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • broker-site
  • ..
  • legacy-scss
  • _header.scss
  • Jeremy Groot's avatar
    redesign updates · 3d5667ce
    3d5667ce
    Jeremy Groot committed 2023-08-11 13:16:13 -0400
_header.scss 358 Bytes
Raw Blame History Permalink
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
#page-logo {
    display      : block;
    clear        : both;
    padding-left : 0;
    margin-top   : 5px;
}

#otherpage-logo {
    width     : 100%;
    min-width : 170px;
}

#header {
    float: right;
}

label.screen-reader-text {
    display : none;
}

#page-header-landing {
    max-width   : 1024px;
    padding     : 0;
    margin      : 0 auto;
}