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
  • _content.scss
  • Jeremy Groot's avatar
    redesign updates · 3d5667ce
    3d5667ce
    Jeremy Groot committed 2023-08-11 13:16:13 -0400
_content.scss 402 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
#brokercontent {
    #page-content {
        article {
            h2:first-child {
                margin-top : 0;
            }

            h3 {
                //margin-top: 15px;
                //margin-bottom: 15px;
                margin :31px 0 18px 0;
            }

            p {
                line-height   :  20px;
                margin: 12px 0 15px 0;
            }
        }
    }
}