Skip to content

Commit

Permalink
Increase banner padding (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins authored Aug 11, 2023
1 parent c5bb404 commit 829c18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qiskit_sphinx_theme/assets/styles/_announcement.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.custom-announcement {
background: linear-gradient(90deg, rgba(245,239,255,1) 0%, rgba(255,255,255,1) 100%);
border-bottom: 1px solid var(--color-background-border);
padding: 14px var(--sidebar-item-spacing-horizontal);
padding: 16px var(--sidebar-item-spacing-horizontal);
display: flex;
align-items: center;
}
Expand All @@ -44,4 +44,4 @@
top: 0.15rem;
}
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 829c18e

Please sign in to comment.