diff --git a/.github/workflows/check-broken-links-github-github.yml b/.github/workflows/check-broken-links-github-github.yml index e0fe49d49fd5..848c23115249 100644 --- a/.github/workflows/check-broken-links-github-github.yml +++ b/.github/workflows/check-broken-links-github-github.yml @@ -19,7 +19,6 @@ jobs: env: # need to use a token from a user with access to github/github for this step GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }} - FIRST_RESPONDER_PROJECT: Docs content first responder REPORT_AUTHOR: docs-bot REPORT_LABEL: github github broken link report REPORT_REPOSITORY: github/docs-content diff --git a/src/content-render/stylesheets/images.scss b/src/content-render/stylesheets/images.scss index 59fb8261be64..352b83908e47 100644 --- a/src/content-render/stylesheets/images.scss +++ b/src/content-render/stylesheets/images.scss @@ -1,7 +1,7 @@ .markdown-body .procedural-image-wrapper { display: block; padding: 1rem 0; - margin: 1rem auto 0 auto; + margin: 1rem 0; border: none; max-width: calc(100% - 2rem);