Skip to content

Commit

Permalink
Merge pull request #3152 from jessica-mitchell/docs-spacing
Browse files Browse the repository at this point in the history
Fix padding around links in docs
  • Loading branch information
jessica-mitchell authored Mar 14, 2024
2 parents 2712786 + c234106 commit 1ddea6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/htmldoc/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,12 @@ div[role="main"] .md-source {
color: var(--nest-orange);
background-color: #ffffff8a;
border-radius: 5px;
padding: 6px;
}
/* Add padding around buttons on index page */
#welcome-to-the-nest-simulator-documentation [data-md-color-primary="orange"] .md-typeset a {
padding: 6px;
}

.md-typeset details {
background-color: white;
}
Expand Down

0 comments on commit 1ddea6b

Please sign in to comment.